FileNotFound
Less than 1 minute
FileNotFound
Exception thrown when a requested file cannot be located.
class FileNotFound extends \Hazaar\Exception\ExceptionThis 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 Tue, 21 Apr 2026 04:00:24 +0000