Sha256: 95ae20e4d24842b5ebb2cbf0bbe4965cccf9a6a11c7a276edbb4efd3b52cfd60
Contents?: true
Size: 218 Bytes
Versions: 11
Compression:
Stored size: 218 Bytes
Contents
module Cryptic module Exceptions # An exception to raise in the case of a key not being on the file system # # @author Erran Carey <me@errancarey.com> class KeyNotFound < Errno::ENOENT; end end end
Version data entries
11 entries across 11 versions & 1 rubygems