CommandNotFoundException constructor

CommandNotFoundException(
  1. StringView input
)

Create a new CommandNotFoundException.

Implementation

CommandNotFoundException(this.input) : super('Command "${input.buffer}" not found');