Exception: Goodcheck::ImportLoader::FileNotFound
- Defined in:
- lib/goodcheck/import_loader.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(path) ⇒ FileNotFound
Returns a new instance of FileNotFound.
15 16 17 18 |
# File 'lib/goodcheck/import_loader.rb', line 15 def initialize(path) super("No such a file: #{path}") @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
13 14 15 |
# File 'lib/goodcheck/import_loader.rb', line 13 def path @path end |