Exception: EppoClient::InvalidValueError
- Inherits:
-
StandardError
- Object
- StandardError
- EppoClient::InvalidValueError
- Defined in:
- lib/eppo_client/custom_errors.rb
Overview
A custom error class for invalid values
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidValueError
constructor
A new instance of InvalidValueError.
Constructor Details
#initialize(message) ⇒ InvalidValueError
Returns a new instance of InvalidValueError.
13 14 15 |
# File 'lib/eppo_client/custom_errors.rb', line 13 def initialize() super("InvalidValueError: #{}") end |