+1

There is use case - exception without backtrace, used to global return.

Example REST API
throw new RedirectExeception('/url', 302); // creating in backtrace is overhead

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to