Sha256: 4cc5101bb7fef33711975c214e2af261be2c8a074b3b102d6b88c961b5637336

Contents?: true

Size: 207 Bytes

Versions: 15

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

module LittleWeasel
  module Errors
    # This class describes an error when a dictionary file is zero bytes.
    class DictionaryFileEmptyError < StandardError; end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
LittleWeasel-5.0.13 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.12 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.11 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.10 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.9 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.8 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.7 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.6 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.5 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.4 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.3 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.2 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.1 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-5.0.0 lib/LittleWeasel/errors/dictionary_file_empty_error.rb
LittleWeasel-4.0.0 lib/LittleWeasel/errors/dictionary_file_empty_error.rb