Course of Raku / Objects, I/O, and exceptions / Exceptions / Exception objects
Quiz — Exception objects
What type of exception object does die 'oops'
create?
| 0 | Exception |
| 1 | X::AdHoc |
| 0 | Failure |
| 0 | Error |
Course of Raku / Objects, I/O, and exceptions / Exceptions / Exception objects
What type of exception object does die 'oops'
create?
| 0 | Exception |
| 1 | X::AdHoc |
| 0 | Failure |
| 0 | Error |