Exception: Fire::Model::InvalidPathKeyError

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

Instance Method Summary collapse

Constructor Details

#initialize(key, message = nil) ⇒ InvalidPathKeyError

Returns a new instance of InvalidPathKeyError.



193
194
195
# File 'lib/model/model.rb', line 193

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