Exception: Blabbermouth::Info

Inherits:
StandardError
  • Object
show all
Defined in:
lib/blabbermouth/exceptions.rb

Direct Known Subclasses

Count, Increment, Time

Instance Method Summary collapse

Constructor Details

#initialize(key, msg) ⇒ Info

Returns a new instance of Info.



18
19
20
# File 'lib/blabbermouth/exceptions.rb', line 18

def initialize(key, msg)
  super("#{key}: #{msg}")
end