Documentation

EasyBlogException extends Exception
in package

Table of Contents

Properties

$customErrorCode  : mixed
$html  : mixed
$type  : mixed
$codeMap  : mixed
$exceptions  : mixed
$messageMap  : mixed

Methods

__construct()  : mixed
getAllExceptions()  : mixed
toArray()  : mixed
toJSON()  : mixed

Properties

$customErrorCode

public mixed $customErrorCode

$codeMap

private static mixed $codeMap = array(\EASYBLOG_MSG_ERROR => 400, \EASYBLOG_MSG_SUCCESS => 200, \EASYBLOG_MSG_WARNING => 200, \EASYBLOG_MSG_INFO => 200)

$exceptions

private static mixed $exceptions = array()

$messageMap

private static mixed $messageMap = array(\EASYBLOG_MSG_ERROR => 'error', \EASYBLOG_MSG_SUCCESS => 'message', \EASYBLOG_MSG_WARNING => 'warning', \EASYBLOG_MSG_INFO => 'notice')

Methods

__construct()

public __construct(mixed $message[, mixed $type = EASYBLOG_MSG_ERROR ][, mixed $silent = false ][, mixed $customErrorCode = null ]) : mixed
Parameters
$message : mixed
$type : mixed = EASYBLOG_MSG_ERROR
$silent : mixed = false
$customErrorCode : mixed = null

getAllExceptions()

public static getAllExceptions() : mixed

        
On this page

Search results