The ezcLogWrongSeverityException will be thrown when an ezcLogWrongSeverity or a subclass encounters an exceptional state.
This exception is a container, containing any kind of exception.
Source for this file: /EventLog/src/exceptions/wrong_severity.php
Exception | --ezcBaseException | --ezcLogWrongSeverityException
Version: | //autogen// |
From ezcBaseException | |
---|---|
public |
ezcBaseException::$originalMessage
|
public ezcLogWrongSeverityException |
__construct(
$severity
)
Constructs a new ezcLogWrongSeverityException for severity $severity |
From ezcBaseException | |
---|---|
public ezcBaseException |
ezcBaseException::__construct()
Constructs a new ezcBaseException with $message |
Constructs a new ezcLogWrongSeverityException for severity $severity
Name | Type | Description |
---|---|---|
$severity |
string |
Method | Description |
---|---|
ezcBaseException::__construct() |
Constructs a new ezcBaseException with $message |