ContRap-Core
|
Exception Interrupt is an exception thrown by the code if a break is requested. More...
#include <error.h>
Public Member Functions | |
Interrupt () | |
Constructs a new break exception. |
Exception Interrupt is an exception thrown by the code if a break is requested.
This is considered as a faster way to return from nested methods.
crp::Interrupt::Interrupt | ( | ) | [inline] |
Constructs a new break exception.