HTPasswdFileMissing
Less than 1 minute
HTPasswdFileMissing
Exception thrown when the configured .htpasswd file cannot be found.
class HTPasswdFileMissing extends \Hazaar\Auth\Adapter\Exception\ExceptionRaised 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 Tue, 21 Apr 2026 04:00:24 +0000