Exception: Ray::NoKeyError
- Inherits:
-
StandardError
- Object
- StandardError
- Ray::NoKeyError
- Defined in:
- lib/ray/dsl/matcher.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ NoKeyError
constructor
A new instance of NoKeyError.
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 |