Sha256: 1b6ed629f912d24fa96236656f20decdd05e724f7c6fa11a3f8452ef243d16e2
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true module Mihari class Error < StandardError; end class InvalidInputError < Error; end class RetryableError < Error; end class FileNotFoundError < Error; end class HttpError < Error; end class FeedParseError < Error; end class RuleValidationError < Error; end class ConfigurationError < Error; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mihari-4.3.0 | lib/mihari/errors.rb |
mihari-4.2.0 | lib/mihari/errors.rb |