File: errors.rb

package info (click to toggle)
ruby-typhoeus 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: ruby: 4,381; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
require 'typhoeus/errors/typhoeus_error'
require 'typhoeus/errors/no_stub'

module Typhoeus

  # This namespace contains all errors raised by Typhoeus.
  module Errors
  end
end