class DataFileNotConfigured
The exception class used when the data file is not configured.
Public Instance Methods
message()
click to toggle source
Set the message to return when a data file is not configured.
@return [String] The message to return if the data file is not configured.
# File lib/populator/errors.rb, line 7 def message 'No data file was specified. Usage: populates <file>' end