Documentation

PathException extends RuntimeException
in package
implements ExceptionInterface

FinalYes

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

Tags
author

Fabien Potencier fabien@symfony.com

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

        
On this page

Search results