Sha256: 6e90a6aca008f1edc5b3698e390af554b0aa29ad6c36ca723f5fd7884ca9b06a

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

#This class holds various classes for error-handeling.
class Http2::Errors
  #Raised when trying to access something you dont have access to.
  class Noaccess < RuntimeError; end
  
  #Raised when an internal error occurs on the servers side.
  class Internalserver < RuntimeError; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
http2-0.0.5 include/errors.rb
http2-0.0.4 include/errors.rb
http2-0.0.3 include/errors.rb
http2-0.0.2 include/errors.rb
http2-0.0.1 include/errors.rb
http2-0.0.0 include/errors.rb