class Promoted::Ruby::Client::EndpointError

Attributes

cause[R]

Public Class Methods

new(cause) click to toggle source
Calls superclass method
# File lib/promoted/ruby/client/errors.rb, line 18
def initialize(cause)
  @cause = cause
  super('Error calling Promoted.ai endpoint')
end