Propel API
Class

PropelException

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

Parameters

$message
Exception $previous

at line 51
public Exception getCause()

Get the previous Exception We can't override getPrevious() since it's final

Return Value

Exception The previous exception