AppNotInitialised
Less than 1 minute
AppNotInitialised
Exception raised when router logic requires an application instance but none exists.
class AppNotInitialised extends \Hazaar\ExceptionExtends: Hazaar\Exception
This is typically thrown by static router accessors when Hazaar\Application::getInstance returns null and no explicit router instance has been injected. The exception uses HTTP status code 500 because it represents a framework bootstrap/runtime state error rather than a client request issue.
Methods
__construct
Creates the application-not-initialised exception.
public __construct(): voidGenerated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:17 +0000