CmsException
extends CmsExtraDataException
in package
A base CMSMS 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.
Tags
Table of Contents
Methods
- __construct() : mixed
- Constructor This method accepts variable arguments.
- GetExtraData() : mixed
- Return extra data associated with the exception
Methods
__construct()
Constructor This method accepts variable arguments.
public
__construct() : mixed
i.e: throw new CmsExtraDataException($msg_str,$msg_code,$prev) i.e: throw new CmsExtraDataException($msg_str,$msg_code,$extra,$prev)
Tags
GetExtraData()
Return extra data associated with the exception
public
GetExtraData() : mixed