Exception: Autoversion::Gitter::NotOnStableBranch

Inherits:
Exception
  • Object
show all
Defined in:
lib/autoversion/gitter.rb

Instance Method Summary collapse

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