PHP Класс yii\db\Exception

С версии: 2.0
Автор: Qiang Xue ([email protected])
Наследование: extends yii\base\Exception
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$errorInfo the error info provided by a PDO exception. This is the same as returned by PDO::errorInfo.

Открытые методы

Метод Описание
__construct ( string $message, array $errorInfo = [], integer $code, Exception $previous = null ) Constructor.
__toString ( ) : string
getName ( ) : string

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $message, array $errorInfo = [], integer $code, Exception $previous = null )
$message string PDO error message
$errorInfo array PDO error info
$code integer PDO error code
$previous Exception The previous exception used for the exception chaining.

__toString() публичный Метод

public __toString ( ) : string
Результат string readable representation of exception

getName() публичный Метод

public getName ( ) : string
Результат string the user-friendly name of this exception

Описание свойств

$errorInfo публичное свойство

the error info provided by a PDO exception. This is the same as returned by PDO::errorInfo.
public $errorInfo