Exception: LearnTest::Git::Wip::Errors::NoChangesError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- LearnTest::Git::Wip::Errors::NoChangesError
- Defined in:
- lib/learn_test/git/wip/errors/no_changes_error.rb
Instance Method Summary collapse
-
#initialize(branch) ⇒ NoChangesError
constructor
A new instance of NoChangesError.
Constructor Details
#initialize(branch) ⇒ NoChangesError
Returns a new instance of NoChangesError.
8 9 10 |
# File 'lib/learn_test/git/wip/errors/no_changes_error.rb', line 8 def initialize(branch) super "No changes found on `#{branch}`" end |