Class for advanced editing exception handling in ILIAS.
More...
Class for advanced editing exception handling in ILIAS.
- Author
- Timon Amstutz timon.nosp@m..ams.nosp@m.tutz@.nosp@m.ilub.nosp@m..unib.nosp@m.e.ch
- Version
- $Id$
Definition at line 13 of file class.ilSystemStyleExceptionBase.php.
◆ __construct()
ilSystemStyleExceptionBase::__construct |
( |
|
$exception_code = -1 , |
|
|
|
$exception_info = "" |
|
) |
| |
◆ __toString()
ilSystemStyleExceptionBase::__toString |
( |
| ) |
|
- Returns
- string
Definition at line 50 of file class.ilSystemStyleExceptionBase.php.
52 return get_class($this) .
" '{$this->message}' in {$this->file}({$this->line})\n" 53 .
"{$this->getTraceAsString()}";
◆ assignMessageToCode()
ilSystemStyleExceptionBase::assignMessageToCode |
( |
| ) |
|
|
abstractprotected |
◆ $add_info
ilSystemStyleExceptionBase::$add_info = "" |
|
protected |
◆ $code
ilSystemStyleExceptionBase::$code = -1 |
|
protected |
◆ $message
ilSystemStyleExceptionBase::$message = "" |
|
protected |
◆ UNKNONW_EXCEPTION
const ilSystemStyleExceptionBase::UNKNONW_EXCEPTION = -1 |
The documentation for this class was generated from the following file: