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