PHP Class Potsky\LaravelLocalizationHelpers\Factory\Exception

Inheritance: extends Exception
Show file Open project: potsky/laravel-localization-helpers Class Usage Examples

Protected Properties

Property Type Description
$parameter

Public Methods

Method Description
__construct ( string $message = "", integer $code, Exception $previous = null )
getParameter ( ) : mixed Get the parameter
setParameter ( $parameter ) Set a parameter used to manage error messages

Method Details

__construct() public method

public __construct ( string $message = "", integer $code, Exception $previous = null )
$message string
$code integer
$previous Exception

getParameter() public method

Get the parameter
public getParameter ( ) : mixed
return mixed

setParameter() public method

Set a parameter used to manage error messages
public setParameter ( $parameter )
$parameter

Property Details

$parameter protected property

protected $parameter