Sha256: 3ee536a1150619b42b8a9d72971063dd6ca7b0f48e26fd0aa5ea5bbe923375f3
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
module Exceptions class Error < StandardError; end class VirusDetected < Error; end class ClamscanMissing < Error; end class ClamscanClientError < Error; end class FileNotFound < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clamby-1.4.0 | lib/clamby/exception.rb |