CMS Made Simple API

CmsDataNotFoundException extends CmsException
in package

An exception indicating that the requested data could not be found.

Tags
license

GPL

author

Robert Campbell (calguy1000@cmsmadesimple.org)

since
1.10

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
see
Exception

GetExtraData()

Return extra data associated with the exception

public GetExtraData() : mixed

        
On this page

Search results