class RabbitmqClient::EmptyPlugin

Custom Error thrown in case of defining a plugin without any callbacks

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/rabbitmq_client/plugin.rb, line 8
def initialize(name)
  super("The Plugin '#{name}' is empty")
end