Exception: Rfix::Branch::Base::UnknownBranchError
- Defined in:
- lib/rfix/branch/base.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownBranchError
constructor
A new instance of UnknownBranchError.
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 |