Exception: DataFileNotConfigured
- Inherits:
-
Exception
- Object
- Exception
- DataFileNotConfigured
- Defined in:
- lib/populator/errors.rb
Overview
The exception class used when the data file is not configured.
Instance Method Summary collapse
-
#message ⇒ String
Set the message to return when a data file is not configured.
Instance Method Details
#message ⇒ String
Set the message to return when a data file is not configured.
7 8 9 |
# File 'lib/populator/errors.rb', line 7 def 'No data file was specified. Usage: populates <file>' end |