Class NoSuchArgumentException
Thrown when a non-existing argument is accessed.
- Exception
-
RuntimeException
-
Webmozart\Console\Api\Args\NoSuchArgumentException
Namespace: Webmozart\Console\Api\Args
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Api/Args/NoSuchArgumentException.php
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Api/Args/NoSuchArgumentException.php
public static
static
|
#
forArgumentName( string $name, integer $code = 0, Exception $cause = null )
Creates an exception for the given argument name. |
public static
static
|
#
forPosition( integer $position, integer $code = 0, Exception $cause = null )
Creates an exception for the given argument position. |
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|