Exception: AyeCommander::MissingRequiredArgumentError

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

Overview

Raised when command specifies ‘requires’ and one or more required arguments are missing when called.

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from AyeCommander::Error

Instance Method Details

#messageObject



12
13
14
# File 'lib/aye_commander/errors.rb', line 12

def message
  "Missing required arguments: #{@info}"
end