CmsExtraDataException View code

Extends \Exception

A basic exception class that holds on to extended information.

package

CMS

license

GPL

since 2.0

Methods

__construct() 

Constructor This method accepts variable arguments

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

Response

mixed