Course of Raku / Objects, I/O, and exceptions / Exceptions / Custom exceptions
Quiz — Custom exceptions
To define a custom exception, which built-in class should it inherit from?
| 0 | Failure |
| 1 | Exception |
| 0 | Error |
| 0 | X::AdHoc |
Course of Raku / Objects, I/O, and exceptions / Exceptions / Custom exceptions
To define a custom exception, which built-in class should it inherit from?
| 0 | Failure |
| 1 | Exception |
| 0 | Error |
| 0 | X::AdHoc |