Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 649 Bytes

Exception.md

File metadata and controls

8 lines (6 loc) · 649 Bytes

Exception

We have a custom exception OperationFailedException to abort a program. This is very handy when we detect an error and wish to stop the program right now and display an error message to user. Many programs use this mechanism. One example is PokemonLA_DistortionWaiter.