Sha256: 249a60bf52f9c550793c2a1fbd6ed3148d1841510fa5a653b79a9867d115677f
Contents?: true
Size: 124 Bytes
Versions: 2
Compression:
Stored size: 124 Bytes
Contents
# frozen_string_literal: true module VirusTotal class Error < StandardError; end class RateLimitError < Error; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
virustotalx-0.1.1 | lib/virustotal/errors.rb |
virustotalx-0.1.0 | lib/virustotal/errors.rb |