Exception: Fire::Model::PathValueMissingError

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

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ PathValueMissingError

Returns a new instance of PathValueMissingError.



216
217
218
# File 'lib/model/base.rb', line 216

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