Represents an incorrect namespace typed in the console.
- author Pierre du Plessis
Instantiable
- Extends
- Implements
Stringable Symfony \Component \Console \Exception \ExceptionInterface Throwable
| Methods |
| Properties |
Represents an incorrect namespace typed in the console.
| Stringable |
| Symfony |
| Throwable |
| Methods |
public Symfony\Component\Console\Exception\CommandNotFoundException::__construct(string $message, array $alternatives = [], int $code = 0, ?Throwable $previous = NULL)
|
| public Exception::__toString() : string |
| public Exception::__wakeup() |
public Symfony\Component\Console\Exception\CommandNotFoundException::getAlternatives() : array
|
| 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 = 0 |
| protected string Exception::$file = '' |
| protected int Exception::$line = 0 |
| protected Exception::$message = '' |