FilterException
extends RuntimeException
in package
implements
Exception
Describes an exception that occurred within a filter.
Tags
Interfaces, Classes and Traits
- Exception
- Marker.
Table of Contents
- $input : mixed
- $originalMessage : mixed
- __construct() : mixed
- fromProcess() : mixed
- getInput() : mixed
- setInput() : mixed
- updateMessage() : mixed
Properties
$input
private
mixed
$input
$originalMessage
private
mixed
$originalMessage
Methods
__construct()
public
__construct(mixed $message, mixed $code[, Exception $previous = null ]) : mixed
Parameters
- $message : mixed
- $code : mixed
- $previous : Exception = null
Return values
mixed —fromProcess()
public
static fromProcess(Process $proc) : mixed
Parameters
- $proc : Process
Return values
mixed —getInput()
public
getInput() : mixed
Return values
mixed —setInput()
public
setInput(mixed $input) : mixed
Parameters
- $input : mixed
Return values
mixed —updateMessage()
private
updateMessage() : mixed