module Http::ExceptionsParser

Constants

VERSION

Public Class Methods

new(msg) click to toggle source
# File lib/http/exceptions_parser.rb, line 9
def new(msg)
  Parser.new(msg)
end