\nre\exceptionsParamsNotValidException

Exception Parameters not valid.

Summary

Methods
Properties
Constants
__construct()
getParams()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$params
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$params

$params : array

Invalid parameters.

Type

array

Methods

__construct()

__construct(mixed  $param1) 

Construct a new exception.

Parameters

mixed $param1

Invalid parameters as argument list

getParams()

getParams() : array

Get invalid parameters.

Returns

array —

Invalid parameters

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert