Sha256: e9bf7758d85316df7205c2e56ea489f79487f31bc0524c24a4e37c1b5a95fa85

Contents?: true

Size: 209 Bytes

Versions: 15

Compression:

Stored size: 209 Bytes

Contents

# frozen_string_literal: true

module LittleWeasel
  module Errors
    # This class describes an error when a dictionary file is not found.
    class DictionaryFileNotFoundError < 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_not_found_error.rb
LittleWeasel-5.0.12 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.11 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.10 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.9 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.8 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.7 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.6 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.5 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.4 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.3 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.2 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.1 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-5.0.0 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb
LittleWeasel-4.0.0 lib/LittleWeasel/errors/dictionary_file_not_found_error.rb