Skip to main content

Exceptions

In MINEO there are custom exceptions that can be thrown in a Code Block that will be handled in a specific way. These exceptions are:

MineoUserException

Covers any error related to the user action that you want to notify it friendly. This will cause that the executing block exit with SUCCESS and the exception message will be shown instead of the block output.

MineoUserException

Also note that if no exception message is passed, the execution will just stop.