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