Sha256: 338065abff702fd66e2022775de9741ac7e6720076914a61ca3cbc8d8fe28d09
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true module Pio # Raised when the packet data is in wrong format. class ParseError < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | lib/pio/parse_error.rb |