HTPasswdFileMissing
Less than 1 minute
HTPasswdFileMissing
Exception thrown when the configured .htpasswd file cannot be found.
class HTPasswdFileMissing extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised by the HTPasswd authentication adapter when an operation requires the passwd file (lookup, update, or delete) and the configured path does not exist on disk.
Methods
__construct
Creates an exception for a missing HTPasswd file path.
public __construct(string $file): voidParameters
| Parameter | Type | Description |
|---|---|---|
$file | string | expected passwd file path |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000