Exception: VerbotenKeys::ForbiddenKeyError

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

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ ForbiddenKeyError

Returns a new instance of ForbiddenKeyError.



14
15
16
# File 'lib/verboten_keys.rb', line 14

def initialize(key)
  super("Forbidden key '#{key}' found in response")
end