class Rubikon::NoDefaultCommandError

Raised if the user did not specify a command and no default command exists

@author Sebastian Staudt @see Application::DSLMethods#default @since 0.3.0

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rubikon/errors.rb, line 52
def initialize
  super 'You did not specify a command and there is no default command.'
end