usageException method

Never usageException(
  1. String message
)

Throws a UsageException with message.

Implementation

Never usageException(String message) => throw UsageException(message, _usageWithoutDescription);