Exception: Fire::Model::InvalidPathKeyError

Inherits:
FireModelError
  • Object
show all
Defined in:
lib/model/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, message = nil) ⇒ InvalidPathKeyError

Returns a new instance of InvalidPathKeyError.



222
223
224
# File 'lib/model/base.rb', line 222

def initialize(key, message=nil)
  super (message || "Path key '#{ key }' is invalid")
end