Sha256: 7fb14babedb86ffab4047eaee3e7841ce685c49c8a6877f5dbf33febb2372923
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
module Midori::Error class NotFound < StandardError; end class ContinuousFrame < StandardError; end class OpCodeError < StandardError; end class NotMasked < StandardError; end class FrameEnd < StandardError; end class PingPongSizeTooLarge < StandardError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
em-midori-0.0.7.1 | lib/em-midori/error.rb |
em-midori-0.0.7 | lib/em-midori/error.rb |