Exception: Ray::NoKeyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ray/dsl/matcher.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ NoKeyError

Returns a new instance of NoKeyError.



3
4
5
# File 'lib/ray/dsl/matcher.rb', line 3

def initialize(key)
  super "key #{key} doesn't exist"
end