Exception: Chkex::FileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chkex.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'File not found') ⇒ FileNotFound

Returns a new instance of FileNotFound.



21
22
23
# File 'lib/chkex.rb', line 21

def initialize(msg='File not found')
  super(msg)
end