Forensic v0.2.2 Forensic.Error View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Forensic.Error{
  bindings: any(),
  contents: any(),
  description: any(),
  function: any(),
  module: any()
}

Link to this section Functions

Link to this function

new(description, module, function, bindings, contents) View Source
new(any(), any(), any(), any(), any()) :: Forensic.Error.t()