Exception: VersionManager::VCS::UnsupportedVCSError
- Inherits:
-
StandardError
- Object
- StandardError
- VersionManager::VCS::UnsupportedVCSError
- Defined in:
- lib/version-manager/vcs.rb
Instance Method Summary collapse
-
#initialize(vcs) ⇒ UnsupportedVCSError
constructor
A new instance of UnsupportedVCSError.
- #message ⇒ Object
Constructor Details
#initialize(vcs) ⇒ UnsupportedVCSError
15 16 17 |
# File 'lib/version-manager/vcs.rb', line 15 def initialize(vcs) @vcs = vcs end |
Instance Method Details
#message ⇒ Object
19 20 21 |
# File 'lib/version-manager/vcs.rb', line 19 def "VCS #{vcs} has not been supported yet" end |