Exception: Elscripto::NoDefinitionsError

Inherits:
Exception
  • Object
show all
Defined in:
lib/elscripto/app.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeNoDefinitionsError

Returns a new instance of NoDefinitionsError.



24
25
26
27
28
29
30
# File 'lib/elscripto/app.rb', line 24

def initialize
  super "No commands or definitions gived.\n
You need to specify at least one of the following: 
  --file CONFIG_FILE
  --commands CMD1;CMD2...
  --definitions DEF1;DE2..."
end