Exceptions\Data\IntegrityException::__construct PHP Метод

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

public __construct ( $message = 'Data provided is not of the expected format or cannot be parsed correctly.', $code, $previous = null )
    public function __construct($message = 'Data provided is not of the expected format or cannot be parsed correctly.', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
IntegrityException