# `Localize.LocaleNotFoundInCacheError`
[🔗](https://github.com/elixir-localize/localize/blob/v0.38.0/lib/localize/exception/locale_not_found_in_cache_error.ex#L1)

Exception raised when a locale file is not found in the locale
cache directory, or cannot be read for another I/O reason.

# `t`

```elixir
@type t() :: %Localize.LocaleNotFoundInCacheError{
  __exception__: term(),
  locale_id: atom(),
  path: Path.t() | nil,
  posix_error: :file.posix() | term() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
