CmsUnLockException View code

Extends \CmsLockException

An exception indicating an error removing a lock

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.

package

CMS

author

Robert Campbell (calguy1000@cmsmadesimple.org)

since 2.0

Methods

__construct() 

Constructor This method accepts variable arguments

inherited

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

inherited

Response

mixed