Class: WorkerTools::Errors::EmptyFile
- Defined in:
- lib/worker_tools/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'The file is empty') ⇒ EmptyFile
constructor
A new instance of EmptyFile.
Constructor Details
#initialize(msg = 'The file is empty') ⇒ EmptyFile
Returns a new instance of EmptyFile.
11 12 13 |
# File 'lib/worker_tools/errors.rb', line 11 def initialize(msg = 'The file is empty') super(msg) end |