class Ecoportal::API::Common::ElasticApmIntegration::UnexpectedServerError

Public Class Methods

new(code, msg) click to toggle source
Calls superclass method
# File lib/ecoportal/api/common/elastic_apm_integration.rb, line 8
def initialize(code, msg)
  super("Code: #{code} -- Error: #{msg}")
end