mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
readPGF in the Python runtime now throws "No such file or directory" exception if the grammar is missing
This commit is contained in:
@@ -91,8 +91,11 @@ gu_exn_clear(GuExn* err) {
|
||||
GuType*
|
||||
gu_exn_caught(GuExn* err);
|
||||
|
||||
const void*
|
||||
gu_exn_caught_data(GuExn* err);
|
||||
inline const void*
|
||||
gu_exn_caught_data(GuExn* err)
|
||||
{
|
||||
return err->data.data;
|
||||
}
|
||||
|
||||
/// Temporarily block a raised exception.
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user