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

Version Path
ashikawa-core-0.4.1 lib/ashikawa-core/exceptions/document_not_found.rb
ashikawa-core-0.3.0 lib/ashikawa-core/exceptions/document_not_found.rb
ashikawa-core-0.2.1 lib/ashikawa-core/exceptions/document_not_found.rb
ashikawa-core-0.2 lib/ashikawa-core/exceptions/document_not_found.rb