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