Folio.CompileError exception (Folio v0.3.0)

Copy Markdown View Source

Error returned when Folio compilation fails.

Summary

Functions

Create from a raw reason string.

Types

t()

@type t() :: %Folio.CompileError{__exception__: true, reason: String.t()}

Functions

new(reason)

@spec new(String.t()) :: t()

Create from a raw reason string.