You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
catch outputs errors with code 0
slim passes them through Response/filterStatus, which doesn't accept 0,
so instead of seeing the actual error you always see a bad status error.