summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net-http/httpexceptions/fixtures/classes.rb
blob: abe8855eff73ff95cb84ff38327e2be67029d5e7 (plain)
1
2
3
4
5
module NetHTTPExceptionsSpecs
  class Simple < StandardError
    include Net::HTTPExceptions
  end
end