CException
CException represents a generic exception for all purposes.
Protected Properties
Hide inherited properties
| Property | Type | Description | Defined By |
| code |
|
|
Exception |
| file |
|
|
Exception |
| line |
|
|
Exception |
| message |
|
|
Exception |
Public Methods
Hide inherited methods
| Method | Description | Defined By |
| __construct() |
|
Exception |
| __toString() |
|
Exception |
| __wakeup() |
|
Exception |
| getCode() |
|
Exception |
| getFile() |
|
Exception |
| getLine() |
|
Exception |
| getMessage() |
|
Exception |
| getPrevious() |
|
Exception |
| getTrace() |
|
Exception |
| getTraceAsString() |
|
Exception |
Signup or Login in order to comment.