Пример #1
0
 function __construct($message, $code = self::OK)
 {
     parent::__construct($message, $code);
 }
Пример #2
0
 function __construct($message, $code = HTTP5xxException::RUNTIME_ERROR)
 {
     parent::__construct($message, $code);
 }
Пример #3
0
 function __construct($message, $code = HTTP4xxException::BAD_REQUEST)
 {
     parent::__construct($message, $code);
 }