BeamPatch.ModuleLoadError exception (beam_patch v0.2.0)

View Source

An error that is raised when a module cannot be loaded.

Fields

Summary

Types

t()

@type t() :: %BeamPatch.ModuleLoadError{
  __exception__: true,
  module: module(),
  reason: :badarg | :code.load_error_rsn()
}