Documentation

PathException extends RuntimeException
in package
implements ExceptionInterface

Thrown when a file does not exist or is not readable.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

ExceptionInterface
Interface for exceptions.

Table of Contents

__construct()  : mixed

Methods

__construct()

public __construct(string $path, int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$path : string
$code : int
$previous : Throwable|null = null
Return values
mixed

Search results