Sha256: 8326660415b0898abac6bc662b399e779dc427578b01c54c3aedab7bc4ad296b

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

# frozen_string_literal: true

module VirustotalAPI
  class RateLimitError < RuntimeError
  end

  class Unauthorized < RuntimeError
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virustotal_api_compat-0.1.7 lib/virustotal_api/exceptions.rb