InvalidCharsetException.php

Namespace

Drupal\mysqli\Driver\Database\mysqli

File

core/modules/mysqli/src/Driver/Database/mysqli/InvalidCharsetException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\mysqli\Driver\Database\mysqli;

use Drupal\Core\Database\DatabaseExceptionWrapper;

/**
 * This exception class signals an invalid charset is being used.
 */
class InvalidCharsetException extends DatabaseExceptionWrapper {

}

Classes

Title Deprecated Summary
InvalidCharsetException This exception class signals an invalid charset is being used.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.