File: typhoeus_error.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 (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
module Typhoeus
  module Errors

    # Default typhoeus error class for all custom errors.
    class TyphoeusError < StandardError
    end
  end
end