Exception: Rwm::InvalidBaseRefError

Inherits:
Error
  • Object
show all
Defined in:
lib/rwm/errors.rb

Instance Method Summary collapse

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