Arango PHP ODM

InvalidParameterException extends BaseException

Invalid parameter exception.

Tags
author

Lucas S. Vieira

Table of Contents

Methods

__construct()  : mixed
InvalidParameterException constructor.

Methods

__construct()

InvalidParameterException constructor.

public __construct(string|int $parameter, mixed $value[, Throwable|null $previous = null ]) : mixed
Parameters
$parameter : string|int

Parameter name.

$value : mixed

Parameter value.

$previous : Throwable|null = null

Previous exception or error.


        
On this page

Search results