class AMQP::Client::Error::UnsupportedFrameType
Should never be raised as we support all official frame types
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/amqp/client/errors.rb, line 23 def initialize(type) super "Unsupported frame type '#{type}'" end