Expo.MO.UnsupportedVersionError exception (expo v1.1.1)

View Source

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

All the fields in this struct are public.

Summary

Types

t()

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