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
zombor said that :) Here it is. One can use HTTP_Exception_404 instead
moreover, I discovered that Request::$current might be NULL while handling exception (ReflectionException in this case). And yes, it was set right before this line, but it is NULL in exception handler (I forgot to add static keyword to method). It seems, php decided I don't need Request::$current anymore
The text was updated successfully, but these errors were encountered:
zombor said that :) Here it is. One can use HTTP_Exception_404 instead
moreover, I discovered that Request::$current might be NULL while handling exception (ReflectionException in this case). And yes, it was set right before this line, but it is NULL in exception handler (I forgot to add static keyword to method). It seems, php decided I don't need Request::$current anymore
The text was updated successfully, but these errors were encountered: