Hello @Stephen Reay,

yes I have that in my, I was thinking about reusing the `throw` keyword and
re-contextualizing it à la use

      function handle(int $cmd, ...$args) : int throw(legit, error) /*
Throws only those else triggers runtime error */
      { return -1; }

      function handle(int $cmd, ...$args) : int throw(true) /* Throws any */
      { return -1; }

      function handle(int $cmd, ...$args) : int throw(false) /* Triggers
warning, auto-catch */
      { return -1; }

but unfortunately better forking php4.3 than actual and only re-introducing
what's is usable and discarding the rest mostly all the php5 impurities;
hence you can conceive; I would have to face the clerics of this false
religion; I have something else to do in life!

Best.

Reply via email to