Sha256: caf3325a7a147f439de18a384f3c22b0abb220c83df59208a33e2c1456f574c7
Contents?: true
Size: 280 Bytes
Versions: 4
Compression:
Stored size: 280 Bytes
Contents
module Simple2ch class Simple2chException < StandardError; end class NotA2chUrlException < Simple2chException; end class KakoLogException < Simple2chException; end class DatParseException < Simple2chException; end class NoThreGivenException < Simple2chException; end end
Version data entries
4 entries across 4 versions & 1 rubygems