NoApplication
Less than 1 minute
NoApplication
Exception thrown when auth session logic is used without an active application instance.
class NoApplication extends \Hazaar\Auth\Session\Exception\ExceptionThis indicates a bootstrap/lifecycle ordering issue where session components that depend on application context are invoked before the application has been initialized.
Methods
__construct
Creates a no-application-context exception for auth session operations.
public __construct(?string $Session): voidParameters
| Parameter | Type | Description |
|---|---|---|
$Session | string | optional session backend/type name prefix for the message |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000