Class for advanced editing exception handling in ILIAS.
More...
|
| | __construct (int $exception_code=-1, string $exception_info='') |
| |
| | __toString () |
| |
| | __construct ($a_message, $a_code=0, Throwable $previous=null) |
| | A code isn't optional as in build in class Exception. More...
|
| |
Class for advanced editing exception handling in ILIAS.
Definition at line 24 of file class.ilSystemStyleExceptionBase.php.
◆ __construct()
| ilSystemStyleExceptionBase::__construct |
( |
int |
$exception_code = -1, |
|
|
string |
$exception_info = '' |
|
) |
| |
◆ __toString()
| ilSystemStyleExceptionBase::__toString |
( |
| ) |
|
Definition at line 48 of file class.ilSystemStyleExceptionBase.php.
48 : string
49 {
50 return get_class($this) . " '$this->message' in $this->file($this->line)\n"
51 . "{$this->getTraceAsString()}";
52 }
◆ assignMessageToCode()
| ilSystemStyleExceptionBase::assignMessageToCode |
( |
| ) |
|
|
abstractprotected |
◆ $add_info
| string ilSystemStyleExceptionBase::$add_info = '' |
|
protected |
◆ $code
| ilSystemStyleExceptionBase::$code = -1 |
|
protected |
◆ $message
| ilSystemStyleExceptionBase::$message = '' |
|
protected |
The documentation for this class was generated from the following file: