Exception: CheckerError
- Inherits:
-
StandardError
- Object
- StandardError
- CheckerError
- Defined in:
- lib/mergetrain_check/error.rb
Direct Known Subclasses
MergetrainCheck::FileNotFoundError, MergetrainCheck::MissingConfigError
Instance Method Summary collapse
-
#initialize(description) ⇒ CheckerError
constructor
A new instance of CheckerError.
Constructor Details
#initialize(description) ⇒ CheckerError
Returns a new instance of CheckerError.
2 3 4 |
# File 'lib/mergetrain_check/error.rb', line 2 def initialize(description) super(description) end |