Class: AMQ::Protocol::HardError
- Inherits:
-
Protocol::Error
- Object
- Protocol::Error
- AMQ::Protocol::HardError
- Defined in:
- lib/amq/protocol/exceptions.rb
Direct Known Subclasses
ChannelError, CommandInvalid, ConnectionForced, FrameError, InternalError, InvalidPath, NotAllowed, NotImplemented, ResourceError, SyntaxError, UnexpectedFrame
Class Method Summary collapse
Class Method Details
.inherited(subclass) ⇒ Object
57 58 59 |
# File 'lib/amq/protocol/exceptions.rb', line 57 def self.inherited(subclass) Error.inherited(subclass) end |