BeamPatch.CompileError exception (beam_patch v0.1.1)

View Source

Summary

Types

t()

@type t() :: %BeamPatch.CompileError{
  __exception__: true,
  errors: [String.t()],
  stage: :quoted | :forms
}