ProtocolNotSupported
Less than 1 minute
ProtocolNotSupported
Exception thrown when routing is attempted under an unsupported transport protocol.
class ProtocolNotSupported extends \Hazaar\Application\Router\Exception\ExceptionThis is typically raised when a route or router component expects an HTTP request context but execution occurs in a non-HTTP environment or protocol mode. It signals that the current runtime context cannot satisfy HTTP-only routing behavior.
Methods
__construct
Creates a protocol-not-supported exception for non-HTTP request handling.
public __construct(): voidGenerated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000