\Vegas\Cli\Task\ExceptionInvalidArgumentException

Class InvalidArgumentException

Summary

Methods
Properties
Constants
__construct()
getArgument()
getOption()
No public properties found
No constants found
No protected methods found
$message
$option
$argument
N/A
No private methods found
No private properties found
N/A

Properties

$message

$message : string

Exception default message

Type

string

$option

$option : string

Option that caused exception

Type

string

$argument

$argument : integer

Argument that caused exception

Type

integer

Methods

__construct()

__construct(string $option, integer $argument)

Constructor

Parameters

string $option
integer $argument

getArgument()

getArgument() : integer

Returns argument that caused exception

Returns

integer

getOption()

getOption() : string

Returns option that caused exception

Returns

string