Sha256: fdc71f8eb0a4afaac0a0fb6722569c648a38b20ab755b8b4bdf5dca635dcfba1
Contents?: true
Size: 297 Bytes
Versions: 6
Compression:
Stored size: 297 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
http2-0.0.28 | include/errors.rb |
http2-0.0.27 | include/errors.rb |
http2-0.0.26 | include/errors.rb |
http2-0.0.25 | include/errors.rb |
http2-0.0.24 | include/errors.rb |
http2-0.0.23 | include/errors.rb |