DEBSOURCES
Skip Quicknav
sources / ruby-typhoeus / 1.4.0-6 / lib / typhoeus / errors / typhoeus_error.rb
12345678
module Typhoeus module Errors # Default typhoeus error class for all custom errors. class TyphoeusError < StandardError end end end