JWTKeyFileNotFound
Less than 1 minute
JWTKeyFileNotFound
Exception thrown when a configured JWT key file cannot be located or read.
class JWTKeyFileNotFound extends \Hazaar\Auth\Session\Exception\ExceptionUsed by JWT session backend key-loading routines when a configured private or public key file path does not resolve to a readable file.
Methods
__construct
Creates an exception describing the missing JWT key file path.
public __construct(string $keyFile): voidParameters
| Parameter | Type | Description |
|---|---|---|
$keyFile | string | JWT key filename or path that could not be found |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000