community/presage: fix incompatibility with C++17
Fixes errors like
/usr/include/presage.h:115:40: error: ISO C++17 does not allow dynamic exception specifications
115 | Presage(PresageCallback* callback) throw (PresageException);
| ^~~~~
when compiling software depending on presage.