class NextcallerClient::HttpException

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/nextcaller_client/exceptions.rb, line 7
def initialize(content)
  @content = content
end