usageException method

  1. @override
Never usageException(
  1. String message
)

Throws a UsageException with message.

Implementation

@override
Never usageException(String message) => Printer.printUsageError(message);