Macaulay2 Engine
Loading...
Searching...
No Matches

◆ CATCH

#define CATCH
Value:
} \
catch (const exc::engine_error& __x424621) \
{ \
ERROR(__x424621.what()); \
return NULL; \
}

Definition at line 63 of file exceptions.hpp.

63#define CATCH \
64 } \
65 catch (const exc::engine_error& __x424621) \
66 { \
67 ERROR(__x424621.what()); \
68 return NULL; \
69 }