I should add I am making an API and have taken some ideas from: https://github.com/akuzemchak/laracon-todo-api/blob/master/app/controllers/BaseController.php
@adamski, did you ever get this sorted out? I'm having the same issue trying to create a custom exception class. I can throw and catch the exception manually without a problem, but as soon as I add App::error(function(SimplePieException $exception, $code) {...} in my global.php file, I get the ReflectionException.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community