class MissingDataFile

The exception class used when the data file is missing.

Public Instance Methods

message() click to toggle source

Set the message to return when a data file is missing.

@return [String] The message to return if the data file is missing.

# File lib/populator/errors.rb, line 18
def message
  'The data file configured is missing.'
end