Sha256: f3a0c56d270bcc04b88c88bd24c9c9158c108309756e1f168386fe6b41d6be6f
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true require_relative 'error' module Dragnet module Errors # An error to be raised when an export target file is given for which the # format is unknown (cannot be deduced from its extension). class UnknownExportFormatError < Dragnet::Errors::Error; end end end
Version data entries
3 entries across 3 versions & 1 rubygems