Sha256: c90b759ba4a2631d28eee88904cb8a52df02542c8f2938feb36be6f677679e6d
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
module Ashikawa module Core # This Exception is thrown, when a document was requested from # the server that does not exist. class DocumentNotFoundException < RuntimeError end end end
Version data entries
4 entries across 4 versions & 1 rubygems