PHP Класс App\Exceptions\FileNotFoundException

Наследование: extends App\Exceptions\Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$path string

Открытые методы

Метод Описание
__construct ( string $path, integer $code, App\Exceptions\Exception $previous = null ) Constructor.
getPath ( ) : string Get the path which was not found.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $path, integer $code, App\Exceptions\Exception $previous = null )
$path string
$code integer
$previous App\Exceptions\Exception

getPath() публичный Метод

Get the path which was not found.
public getPath ( ) : string
Результат string

Описание свойств

$path защищенное свойство

protected string $path
Результат string