Bitrix-D7 22.6
 
Загрузка...
Поиск...
Не найдено
Класс SystemException
+ Граф наследования:SystemException:

Открытые члены

 __construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null)
 

Подробное описание

Base class for fatal exceptions

См. определение в файле exception.php строка 7

Конструктор(ы)

◆ __construct()

__construct (   $message = "",
  $code = 0,
  $file = "",
  $line = 0,
\Exception  $previous = null 
)

Creates new exception object.

Аргументы
string$message
int$code
string$file
int$line
\Exception$previous

Переопределяется в GoneException и LockException.

См. определение в файле exception.php строка 18