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 Fri, 05 Jun 2026 06:08:15 +0000