ProtocolNotSupported
Less than 1 minute
ProtocolNotSupported
Exception thrown when routing is attempted under an unsupported transport protocol.
class ProtocolNotSupported extends \Hazaar\ExceptionExtends: Hazaar\Exception
This 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, 04 Sep 2026 23:32:17 +0000