class PropelException extends Exception
The base class of all exceptions thrown by Propel.
Methods
PropelException |
__construct(string $message = null, Exception $previous = null)
Emulates wrapped exceptions for PHP < 5.3 |
|
Exception |
getCause()
Get the previous Exception We can't override getPrevious() since it's final |
Details
at line 34
public PropelException
__construct(string $message = null, Exception $previous = null)
Emulates wrapped exceptions for PHP < 5.3
at line 60
public Exception
getCause()
Get the previous Exception We can't override getPrevious() since it's final