|
Shouldn't this be considered high priority? It effectively breaks exception handling, as Exception->getCode() is always is an integer. This is the patch. I'm not sure if it is the correct format. Please give feedback. Changing issues in preparation for the 1.7.0 release. |
||||||||||||||||||||||||||||||||||||||||||||
You're correct, line 799 of server.php needs to have (string) to works correctly. Now I can register Exception and use it in the handled class. Thanks.