Exception: Announcer::Errors::UnsafeValueError

Inherits:
EventError
  • Object
show all
Defined in:
lib/announcer/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, value) ⇒ UnsafeValueError

Returns a new instance of UnsafeValueError.



17
18
19
# File 'lib/announcer/errors.rb', line 17

def initialize(key, value)
  super("#{key.inspect} => #{value.inspect}")
end