convertExceptionToArray() protected method
Converts an exception into an array.
| protected array convertExceptionToArray ( $exception ) | ||
|---|---|---|
| $exception | Exception |
The exception being converted |
| return | array |
The array representation of the exception. |
convertExceptionToArray() protected method
Converts an exception into an array.
| protected array convertExceptionToArray ( $exception ) | ||
|---|---|---|
| $exception | Exception |
The exception being converted |
| return | array |
The array representation of the exception. |
Please login to continue.