InvalidArgumentException

Class
extends InvalidArgumentException
Final: Yes

Class InvalidArgumentException.

Description

Specialized exception for handling invalid arguments within the configuration context. This class SHALL be used to provide meaningful errors when invalid data is passed to configuration components.

Table of Contents

Methods

forNonStringKeyWithValue()

Thrown when the key is not a string but a value is provided.

 : self
forUnreadableDirectory()

Thrown when a given directory does not exist or is not readable.

 : self
Methods

forNonStringKeyWithValue()

Public Static

Thrown when the key is not a string but a value is provided.

public static forNonStringKeyWithValue() : self
Return values
self

Description

the exception indicating the key must be a string

forUnreadableDirectory()

Public Static

Thrown when a given directory does not exist or is not readable.

public static forUnreadableDirectory( string  $directory) : self
Parameters
$directory : string

Description

the path to the invalid directory

Return values
self

Description

the exception indicating an invalid or unreadable directory