PHP Class BookStack\Exceptions\NotFoundException

Inheritance: extends PrettyException
Show file 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