class Environmentor::Attribute::ValidationError::Missing

Public Instance Methods

message() click to toggle source
# File lib/environmentor/attribute.rb, line 22
def message
  super "Couldn't find value"
end