class InvalidFileNameException extends RuntimeException

Properties

protected string $invalidFileName

Name of the affected file name.

Methods

$this
setInvalidFileName(string $invalidFileName)

Set the affected file name.

string
getInvalidFileName()

Get the affected file name.

Details

at line 22
$this setInvalidFileName(string $invalidFileName)

Set the affected file name.

Parameters

string $invalidFileName

Return Value

$this

at line 36
string getInvalidFileName()

Get the affected file name.

Return Value

string