Exception: JRPC::Transport::Test::UnexpectedRequest
- Inherits:
-
StandardError
- Object
- StandardError
- JRPC::Transport::Test::UnexpectedRequest
- Defined in:
- lib/jrpc/transport/test.rb
Overview
Raised at write time when a request arrives for a method with no registered handler and strict mode is on. A test-harness assertion, not a transport condition, so it is deliberately outside the Base::Error hierarchy: it propagates raw to your test (via SimpleClient) instead of being swallowed and remapped to a generic ConnectionError.