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
Controller::curr() currently throws an exception if there's no current controller. This means you have to use Controller::has_curr() any time you want to call curr() - when a null return value would do just as well.
Controller::curr()
currently throws an exception if there's no current controller. This means you have to useController::has_curr()
any time you want to callcurr()
- when anull
return value would do just as well.Related issues
Acceptance Criteria
Controller::curr()
returnsnull
if there's no current controller (instead of throwing an exception).The text was updated successfully, but these errors were encountered: