Exception: Rwm::InvalidBaseRefError
- Defined in:
- lib/rwm/errors.rb
Instance Method Summary collapse
-
#initialize(ref) ⇒ InvalidBaseRefError
constructor
A new instance of InvalidBaseRefError.
Constructor Details
#initialize(ref) ⇒ InvalidBaseRefError
Returns a new instance of InvalidBaseRefError.
45 46 47 |
# File 'lib/rwm/errors.rb', line 45 def initialize(ref) super("Base ref '#{ref}' does not exist. Check the branch name or pass a valid --base ref.") end |