...

/

Defining Our Own Exceptions

Defining Our Own Exceptions

Understand how to define our own exceptions in Elixir codes.

We'll cover the following...

Exceptions in Elixir are basically records. We can define our own ...