Posts by EduardoMRB • 46 points
1 post
- 
		3 votes1 answer322 viewsA: How to turn E_PARSE errors into Exception in PHP?Instead of giving throw in the ErrorException inside the callback of the register_shutdown_function, you can build a ErrorException and pass it to an Handler who will take care of the details.…