Exception: Metior::UnsupportedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Metior::UnsupportedError
- Defined in:
- lib/metior/errors.rb
Overview
This error is raised when an operation is not supported by the currently used VCS or its adapter implementation
Instance Method Summary (collapse)
-
- (UnsupportedError) initialize(adapter)
constructor
Creates a new instance of this error.
Constructor Details
- (UnsupportedError) initialize(adapter)
Creates a new instance of this error
63 64 65 |
# File 'lib/metior/errors.rb', line 63 def initialize(adapter) super 'Operation not supported by the current VCS adapter (:%s).' % adapter.id end |