class PropelException extends Exception
The base class of all exceptions thrown by Propel.
Methods
__construct($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 25
public
__construct($message = null, Exception $previous = null)
Emulates wrapped exceptions for PHP < 5.3
at line 51
public Exception
getCause()
Get the previous Exception We can't override getPrevious() since it's final