Sha256: 13bcc68680d927bbfe7ffee8cf2f208f7d4b0d09624c7a8dac556dc6e9431e40

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

module Voorhees
  class Error < ::StandardError; end
  class ParameterMissingError < Error; end
  class NotFoundError < Error; end
  class TimeoutError < Error; end
  class UnavailableError < Error; end
  class ParseError < Error; end  
  class NotResourceError < Error; end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
rlivsey-voorhees-0.1.0 lib/voorhees/exceptions.rb
rlivsey-voorhees-0.1.1 lib/voorhees/exceptions.rb
rlivsey-voorhees-0.1.3 lib/voorhees/exceptions.rb
rlivsey-voorhees-0.1.4 lib/voorhees/exceptions.rb
rlivsey-voorhees-0.2.0 lib/voorhees/exceptions.rb
voorhees-0.2.0 lib/voorhees/exceptions.rb