PHP Класс Puli\Repository\Api\ResourceNotFoundException

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: extends RuntimeExceptio\RuntimeException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
forPath ( string $path, Exception $cause = null ) : static Creates a new exception for a resource path.

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

forPath() публичный статический метод

Creates a new exception for a resource path.
public static forPath ( string $path, Exception $cause = null ) : static
$path string The path which was not found.
$cause Exception The exception that caused this exception.
Результат static The created exception.