CmsLogicException View code

Extends \CmsException

A base CMSMS Logic Exception

This exception can accept an integer 'code' for an exception or a language key. if the string passed in contains a space it is not translated.

package

CMS

license

GPL

author

Robert Campbell (calguy1000@cmsmadesimple.org)

since 1.10

Methods

__construct() 

Constructor This method accepts variable arguments

inherited

i.e: throw new CmsExtraDataException($msg_str,$msg_code,$prev) i.e: throw new CmsExtraDataException($msg_str,$msg_code,$extra,$prev)

GetExtraData() : mixed

Return extra data associated with the exception

inherited

Response

mixed