PHP Класс DataSift_Exception_NotYetImplemented

См. также: Exception
Автор: Stuart Dallas ([email protected])
Наследование: extends Exception
Показать файл Открыть проект

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

Метод Описание
__construct ( string $message = null, integer $code, Exception $previous = null ) Overrides the standard Exception handler to set a default message if none is provided.

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

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

Overrides the standard Exception handler to set a default message if none is provided.
См. также: Exception
public __construct ( string $message = null, integer $code, Exception $previous = null )
$message string Error message
$code integer Error code
$previous Exception Previous exception