usageException method

Never usageException(
  1. String message
)

Throws a UsageException with message.

Implementation

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