CMS Made Simple API

CmsExtraDataException extends Exception
in package

AbstractYes

A basic exception class that holds on to extended information.

Tags
license

GPL

since
2.0

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