View Source Expo.MO.UnsupportedVersionError exception (expo v1.1.0)

An error returned when the version of the MO file is not supported.

All the fields in this struct are public.

Summary

Types

@type t() :: %Expo.MO.UnsupportedVersionError{
  __exception__: true,
  file: Path.t() | nil,
  major: non_neg_integer(),
  minor: non_neg_integer()
}