CaughtException

Allows toggling catch blocks with -debug=NO_CATCH. To use, catch CaughtException instead of Exception in catch blocks.

  1. alias CaughtException = NoException
    debug(NO_CATCH)
    alias CaughtException = NoException
  2. alias CaughtException = Exception

Meta