|
|
|
|
|
by Johan-bjareholt
2296 days ago
|
|
Which is why Result and Error types exist. With those you get both the context of the error as well as making it clear that the code you are entering needs error handling to be safe. Much less of an issue than calling code that unexpectedly raises exceptions. |
|