PHP Interface Imbo\Exception

Author: Christer Edvartsen ([email protected])
Show file Open project: imbo/imbo Interface Usage Examples

Public Methods

Method Description
getImboErrorCode ( ) : integer Get the internal Imbo error code
setImboErrorCode ( integer $code ) : Imbo\Exception Set an internal Imbo error code

Method Details

getImboErrorCode() public method

Get the internal Imbo error code
public getImboErrorCode ( ) : integer
return integer

setImboErrorCode() public method

Set an internal Imbo error code
public setImboErrorCode ( integer $code ) : Imbo\Exception
$code integer One of the constants defined in this class
return Imbo\Exception