An exception raised when there's an error in a typespec.
The following fields of this exceptions are public and can be accessed freely:
:file (Path.t/0 or nil) - the file where the error occurred, or nil if the error occurred in code that did not come from a file:line (non_neg_integer/0) - the line where the error occurred
© 2012-2024 The Elixir Team
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.18.1/Kernel.TypespecError.html