Exception: FileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- FileNotFound
- Defined in:
- lib/jtag/errors.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.
4 5 6 |
# File 'lib/jtag/errors.rb', line 4 def initialize(msg = "File not found") super(msg) end |