Exception: Autoversion::Gitter::NotOnStableBranch
- Inherits:
-
Exception
- Object
- Exception
- Autoversion::Gitter::NotOnStableBranch
- Defined in:
- lib/autoversion/gitter.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ NotOnStableBranch
constructor
A new instance of NotOnStableBranch.
Constructor Details
#initialize(msg) ⇒ NotOnStableBranch
Returns a new instance of NotOnStableBranch.
10 11 12 |
# File 'lib/autoversion/gitter.rb', line 10 def initialize(msg) super(msg) end |