PathException
extends RuntimeException
in package
implements
ExceptionInterface
FinalYes
Thrown when a file does not exist or is not readable.
Tags
Table of Contents
Interfaces
- ExceptionInterface
- Interface for exceptions.
Methods
- __construct() : mixed
Methods
__construct()
public
__construct(string $path[, int $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
- $path : string
- $code : int = 0
- $previous : Throwable = null