Class: Somemoji::Commands::ErrorCommand

Inherits:
BaseCommand show all
Defined in:
lib/somemoji/commands/error_command.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

#initialize

Constructor Details

This class inherits a constructor from Somemoji::Commands::BaseCommand

Instance Method Details

#callObject



4
5
6
# File 'lib/somemoji/commands/error_command.rb', line 4

def call
  abort(command_line_arguments.error_message)
end