class Http::Exceptions::Configuration

Constants

DEFAULT_EXCEPTIONS_TO_CONVERT

Attributes

exceptions_to_convert[RW]

Exception classes to be converted to Http::Exceptions::HttpException

Public Class Methods

new() click to toggle source
# File lib/http/exceptions/configuration.rb, line 31
def initialize
  self.exceptions_to_convert = DEFAULT_EXCEPTIONS_TO_CONVERT
end