File: missing_keys_error.rb

package info (click to toggle)
ruby-mail-gpg 0.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 328 kB
  • sloc: ruby: 2,465; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
module Mail
  module Gpg
    class MissingKeysError < StandardError
    end
  end
end