Exception: AMQ::Protocol::HardError
- Defined in:
- lib/amq/protocol/exceptions.rb
Direct Known Subclasses
ChannelError, CommandInvalid, ConnectionForced, FrameError, InternalError, InvalidPath, NotAllowed, NotImplemented, ResourceError, SyntaxError, UnexpectedFrame
Constant Summary
Constants inherited from Error
Class Method Summary collapse
Methods inherited from Error
[], #initialize, subclasses_with_values
Constructor Details
This class inherits a constructor from AMQ::Protocol::Error
Class Method Details
.inherited(subclass) ⇒ Object
55 56 57 |
# File 'lib/amq/protocol/exceptions.rb', line 55 def self.inherited(subclass) Error.inherited(subclass) end |