zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
132 stars 10 forks source link

[again] Call to undefined method Closure::getContainer() #16

Closed wotta closed 7 years ago

wotta commented 7 years ago

This time I am mostly certain it is my fault. But I am using a class to get whoops to work in slim.

Would you happen to know how to solve this issue ?

Here is my file : https://github.com/concept-core/laraslim/blob/master/base/AppStarter.php#L47-L72

zeuxisoo commented 7 years ago

Please reference to the closed issue #12 or PR #15

wotta commented 7 years ago

Got it working now :) I was using the custom error handler first but that did not work. Loading it directly in as middleware.