Exception: Rfix::Branch::Base::UnknownBranchError

Inherits:
Error
  • Object
show all
Defined in:
lib/rfix/branch/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownBranchError

Returns a new instance of UnknownBranchError.



11
12
13
# File 'lib/rfix/branch/base.rb', line 11

def initialize(name)
  super("Could not find branch {{error:#{name}}}")
end