Exception: Rfix::Branch::Main::NoMainBranchSetError

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

Instance Method Summary collapse

Constructor Details

#initializeNoMainBranchSetError

Returns a new instance of NoMainBranchSetError.



9
10
11
# File 'lib/rfix/branch/main.rb', line 9

def initialize
  super("Run 'rfix setup' to set the main branch")
end