NoApplication
Less than 1 minute
NoApplication
Exception thrown when auth session logic is used without an active application instance.
class NoApplication extends \Hazaar\ExceptionExtends: Hazaar\Exception
This 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 Fri, 04 Sep 2026 23:32:17 +0000