class PostcodeInfo::APIExceptionWrapper

Attributes

original_exception[RW]
response[RW]

Public Class Methods

new(original_exception, response) click to toggle source
# File lib/postcodeinfo/exceptions.rb, line 5
def initialize(original_exception, response)
  self.original_exception = original_exception
  self.response = response
end