class Makara::Errors::BlacklistedWhileInTransaction

Attributes

role[R]

Public Class Methods

new(role) click to toggle source
Calls superclass method
# File lib/makara/errors/blacklisted_while_in_transaction.rb, line 6
def initialize(role)
  @role = role
  super "[Makara] Blacklisted while in transaction in the #{role} pool"
end