Browse Source

idl: add 'throws' statement to the language

main
heck 2 years ago
parent
commit
704634d6be
  1. 2
      idl/pEpACIDLang.yml2

2
idl/pEpACIDLang.yml2

@ -78,7 +78,7 @@ decl field @type @name; // optional: function=free for a free function
// method
decl method @name;
decl param @mode @type @name;
decl throws @name;

Loading…
Cancel
Save