NotFoundException
extends Exception
in package
Exception thrown when a requested resource is not found.
This exception is thrown when a resource (such as a file, database record, or API endpoint) cannot be located or accessed.
Table of Contents
Properties
Properties
$code
protected
mixed
$code
= 404
$message
protected
mixed
$message
= 'Page not found'