View Source GlobEx.CompileError exception (glob_ex v0.1.9)

An exception raised when the compilation of a glob expression fails.

Summary

Types

@type reason() :: :emtpy | :invalid
@type t() :: %GlobEx.CompileError{
  __exception__: true,
  input: String.t(),
  reason: reason()
}