usageException method

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

Throws a UsageException with message.

Implementation

@override
Never usageException(String message) => throw UsageException(message, publicUsageWithoutDescription);