Inheritance diagram for Exception:
Collaboration diagram for Exception:Public Member Functions | |
| getCorruptedFile () | |
| setCorruptedFile ($cf) | |
| __construct ($code, $message, $corruptedFile= '') | |
Public Member Functions inherited from Exception | |
| __construct ($message, $argCode=0) | |
| getDcpCode () | |
| getDcpMessage () | |
| __toString () | |
| addHttpHeader ($header) | |
| getHttpHeader () | |
Protected Attributes | |
| $corruptedFile = '' | |
Definition at line 76 of file ErrorCodeLAY.php.
| __construct | ( | $code, | |
| $message, | |||
$corruptedFile = '' |
|||
| ) |
Definition at line 98 of file ErrorCodeLAY.php.
| getCorruptedFile | ( | ) |
get Corrupted file : partial layout generation
Definition at line 86 of file ErrorCodeLAY.php.
| setCorruptedFile | ( | $cf | ) |
| string | $cf | Corrupted file to set |
Definition at line 94 of file ErrorCodeLAY.php.
|
protected |
Definition at line 81 of file ErrorCodeLAY.php.