Exception: Toy::InvalidKey

Inherits:
Error show all
Defined in:
lib/toy/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidKey

Returns a new instance of InvalidKey.



27
28
29
# File 'lib/toy/exceptions.rb', line 27

def initialize(*)
  super("Key may not be nil")
end