SessionStartFailed
Less than 1 minute
SessionStartFailed
Exception thrown when a PHP session cannot be started for auth operations.
class SessionStartFailed extends \Hazaar\Auth\Session\Exception\ExceptionRaised 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 Tue, 21 Apr 2026 04:00:24 +0000