CmsExtraDataException
extends Exception
in package
AbstractYes
A basic exception class that holds on to extended information.
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