Exception: WOTC::MissingRequiredArgument

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wotc/error.rb

Overview

Raised when client code fails to provide required parameters — before any HTTP request exists. Unlike every class above it carries a plain message, not a Faraday::Response, so it cannot inherit Error#initialize.