Propel API
Class

PropelException

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

Parameters

string $message
Exception $previous

Return Value

PropelException

at line 60
public Exception getCause()

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

Return Value

Exception The previous exception