BeamPatch.InternalError exception (beam_patch v0.2.0)
View SourceAn internal error that should not happen.
This error is raised when an unexpected error occurs. This can mean abnormal environment, or a bug in BeamPatch.
Fields
:raw
- The original Elixir error that caused this error.
Summary
Types
@type t() :: %BeamPatch.InternalError{__exception__: true, raw: Exception.t()}