Exception: FileNotFound

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

Instance Method Summary collapse

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