class Fire::Model::PathValueMissingError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/model/base.rb, line 216
def initialize(key)
  super "Required path key '#{ key }' is not set!"
end