Exception: Fire::Model::PathValueMissingError

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

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ PathValueMissingError

Returns a new instance of PathValueMissingError.



187
188
189
# File 'lib/model/model.rb', line 187

def initialize(key)
  super "Required path key '#{ key }' is not set!"
end