Exception: MissingDataFile
- Inherits:
-
Exception
- Object
- Exception
- MissingDataFile
- Defined in:
- lib/populator/errors.rb
Overview
The exception class used when the data file is missing.
Instance Method Summary collapse
-
#message ⇒ String
Set the message to return when a data file is missing.
Instance Method Details
#message ⇒ String
Set the message to return when a data file is missing.
18 19 20 |
# File 'lib/populator/errors.rb', line 18 def 'The data file configured is missing.' end |