Exception: IERS::FileNotFoundError
- Defined in:
- lib/iers/errors.rb
Instance Attribute Summary collapse
- #path ⇒ Pathname? readonly
Instance Method Summary collapse
-
#initialize(message = nil, path: nil) ⇒ FileNotFoundError
constructor
A new instance of FileNotFoundError.
Constructor Details
#initialize(message = nil, path: nil) ⇒ FileNotFoundError
Returns a new instance of FileNotFoundError.
25 26 27 28 |
# File 'lib/iers/errors.rb', line 25 def initialize( = nil, path: nil) @path = path super() end |
Instance Attribute Details
#path ⇒ Pathname? (readonly)
23 24 25 |
# File 'lib/iers/errors.rb', line 23 def path @path end |