InvalidFileFormatException extends RuntimeException
FinalYes
Properties
Methods
- __construct() : mixed
Properties
$expected read-only
public
string
$expected
$given read-only
public
string
$given
Methods
__construct()
public
__construct(string $expected, string $given[, Throwable|null $previous = null ]) : mixed
Parameters
- $expected : string
- $given : string
- $previous : Throwable|null = null