W3cubDocs

/Elixir 1.18

Source Code.LoadError exception

An exception raised when a file cannot be loaded.

The following fields of this exception are public and can be accessed freely:

  • :file (String.t/0) - the file name
  • :reason (term/0) - the reason why the file could not be loaded

© 2012-2024 The Elixir Team
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.18.1/Code.LoadError.html