Exceptions

- Documented module
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-10 14:40:29 +02:00
parent 0763bc03dd
commit cd26c0c0d4
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/**
* Exception types
*/
module libsnooze.exceptions;
public class SnoozeError : Exception