Sha256: c680060c1ee207551d3ccc9bd243879433eb225c8606a01fc55f58c6643a2fce

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

#This class holds various classes for error-handeling.
class Http2::Errors
  class Http2error < RuntimeError
    attr_accessor :response
  end

  class Noaccess < Http2error; end
  class Internalserver < Http2error; end
  class Notfound < Http2error; end
  class Badrequest < Http2error; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http2-0.0.31 include/errors.rb
http2-0.0.30 include/errors.rb
http2-0.0.29 include/errors.rb