AppNotInitialised
Less than 1 minute
AppNotInitialised
Exception raised when router logic requires an application instance but none exists.
class AppNotInitialised extends \Hazaar\Application\Router\Exception\ExceptionThis is typically thrown by static router accessors when {@see 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 Tue, 21 Apr 2026 04:00:25 +0000