Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Puli
Repository
Api
NoVersionFoundException
PHP Class Puli\Repository\Api\NoVersionFoundException
Since:
1.0
Author:
Bernhard Schussek (
[email protected]
)
Inheritance:
extends
ResourceNotFoundException
Exibir arquivo
Open project: puli/repository
Class Usage Examples
Public Methods
Method
Description
forPath
(
string
$path
,
Exception
$cause
= null ) :
static
Creates a new exception for a resource path.
Method Details
forPath()
public
static
method
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.
return
static
The created exception.