Exception: AyeCommander::UnexpectedReceivedArgumentError

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

Overview

Raised when the command specifies ‘receives’ and receives one or more unexpected arguments

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from AyeCommander::Error

Instance Method Details

#messageObject



20
21
22
# File 'lib/aye_commander/errors.rb', line 20

def message
  "Received unexpected arguments: #{@info}"
end