FileNotFound
Less than 1 minute
FileNotFound
Exception thrown when a requested file cannot be located.
class FileNotFound extends \Hazaar\ExceptionExtends: Hazaar\Exception
This exception is used for missing filesystem resources and maps to a 404 status code to reflect resource-not-found semantics.
Methods
__construct
Create a new file-not-found exception.
public __construct(string $filename): voidParameters
| Parameter | Type | Description |
|---|---|---|
$filename | string | path or identifier of the missing file |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000