Exception: Chkex::FileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Chkex::FileNotFound
- Defined in:
- lib/chkex.rb
Instance Method Summary collapse
-
#initialize(msg = 'File not found') ⇒ FileNotFound
constructor
A new instance of FileNotFound.
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 |