SessionStartFailed
Less than 1 minute
SessionStartFailed
Exception thrown when a PHP session cannot be started for auth operations.
class SessionStartFailed extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised by session-backed auth components when session_start() fails during session creation or session-token loading, typically due to headers/output state, configuration issues, or runtime environment constraints.
Methods
__construct
Creates a session-start-failed exception.
public __construct(?\Throwable $previous): voidParameters
| Parameter | Type | Description |
|---|---|---|
$previous | Throwable | optional previous exception for chaining |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000