Exception: EppoClient::AssignmentLoggerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/eppo_client/custom_errors.rb

Overview

A custom error class for AssignmentLogger

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AssignmentLoggerError

Returns a new instance of AssignmentLoggerError.



6
7
8
# File 'lib/eppo_client/custom_errors.rb', line 6

def initialize(message)
  super("AssignmentLoggerError: #{message}")
end