class Makara::Errors::BlacklistConnection

Attributes

original_error[R]

Public Class Methods

new(connection, error) click to toggle source
Calls superclass method
# File lib/makara/errors/blacklist_connection.rb, line 6
def initialize(connection, error)
  @original_error = error
  super "[Makara/#{connection._makara_name}] #{error.message}"
end