pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

TExitException - graceful exit of the application #944

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

There should be a TExitException that, when thrown, exits the application gracefully.

belisoful commented 1 year ago

With a minor tweak, TException can grab the last parameter if it's a Throwable and use it as part of the $previous Exception chain.