InvalidArgumentException for the Process Component.
- author Romain Neutron
Instantiable
- Extends
-
Implements
Stringable Symfony \Component \Process \Exception \ExceptionInterface Throwable
Methods |
Properties |
InvalidArgumentException for the Process Component.
Stringable |
Symfony |
Throwable |
Methods |
public Exception :: __construct ( string $message = '' , int $code = 0 , ? Throwable $previous = NULL ) |
public Exception :: __toString () : string |
public Exception :: __wakeup () |
public final Exception :: getCode () |
public final Exception :: getFile () : string |
public final Exception :: getLine () : int |
public final Exception :: getMessage () : string |
public final Exception :: getPrevious () : ? Throwable |
public final Exception :: getTrace () : array |
public final Exception :: getTraceAsString () : string |
Properties |
protected Exception :: $code |
protected string Exception :: $file |
protected int Exception :: $line |
protected Exception :: $message |