Sha256: acae3e4bb69b89944ae0771d1b6a84e0a33a4b327e34a42a6a7f9448f6facd3c

Contents?: true

Size: 143 Bytes

Versions: 5

Compression:

Stored size: 143 Bytes

Contents

class WsError < StandardError
end
class ConnectError < WsError
end
class WsProtocolError < WsError
end
class BadMessageTypeError < WsError
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
websocket-td-0.0.6 lib/errors.rb
websocket-td-0.0.5 lib/errors.rb
websocket-td-0.0.4 lib/errors.rb
websocket-td-0.0.3 lib/errors.rb
websocket-td-0.0.2 lib/errors.rb