[olympic/developer-handbook] Elaborate more on exception usage
All checks were successful
Build / build (push) Successful in 3m11s

This commit is contained in:
Gary Talent 2024-10-04 01:18:25 -05:00
parent 8a317cb6a0
commit 8dc56bc278

View File

@ -177,6 +177,9 @@ Instead of throwing exceptions, all engine code should return
For the sake of consistency, try to stick to ```ox::Error``` in non-engine code
as well, but non-engine code is free to use exceptions when they make sense.
Exceptions should generally just use ```OxException```, which is bascially an
exception form of ```ox::Error```.
### File I/O
All engine file I/O should go through Keel, which should go through