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.



9
10
11
# File 'lib/blabbermouth/exceptions.rb', line 9

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