Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BookStack
Exceptions
NotFoundException
PHP Class BookStack\Exceptions\NotFoundException
Inheritance:
extends
PrettyException
显示文件
Open project: ssddanbrown/bookstack
Public Methods
Method
Description
__construct
(
string
$message
= 'Item not found' )
NotFoundException constructor.
Method Details
__construct()
public
method
NotFoundException constructor.
public
__construct
(
string
$message
= 'Item not found' )
$message
string