GlobEx.CompileError exception (glob_ex v0.1.12)

View Source

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

Summary

Types

reason()

@type reason() :: :emtpy | :invalid

t()

@type t() :: %GlobEx.CompileError{
  __exception__: term(),
  input: String.t(),
  reason: reason()
}