NotFound
extends RepoLibException
in package
Exception representing the HTTP 404 Not Found return code
Tags
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct([string $message = "" ][, int $code = 404 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = ""
- $code : int = 404
- $previous : Throwable|null = null