Class: WorkerTools::Errors::EmptyFile

Inherits:
Silent
  • Object
show all
Defined in:
lib/worker_tools/errors.rb

Instance Method Summary collapse

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