Exception: MergetrainCheck::FileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- MergetrainCheck::FileNotFoundError
- Defined in:
- lib/mergetrain_check/config.rb
Instance Method Summary collapse
-
#initialize(description) ⇒ FileNotFoundError
constructor
A new instance of FileNotFoundError.
Constructor Details
#initialize(description) ⇒ FileNotFoundError
Returns a new instance of FileNotFoundError.
30 31 32 |
# File 'lib/mergetrain_check/config.rb', line 30 def initialize(description) super(description) end |