Documentation

InvalidArgumentException extends InvalidArgumentException

Class InvalidArgumentException

Table of Contents

Properties

$invalidMiddleware  : mixed|null

Methods

__construct()  : mixed
InvalidArgumentException constructor.
getInvalidMiddleware()  : mixed|null
Return the invalid middleware

Properties

Methods

__construct()

InvalidArgumentException constructor.

public __construct([string $message = '' ][, mixed|null $invalidMiddleware = null ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ''
$invalidMiddleware : mixed|null = null
$code : int = 0
$previous : Throwable|null = null

getInvalidMiddleware()

Return the invalid middleware

public getInvalidMiddleware() : mixed|null
Return values
mixed|null

        
On this page

Search results