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
LogicException should be used for exceptions that do not occur at runtime. This would tell PhpStorm (and other tools) that it is not necessary to catch this exception.
LogicException should be used for exceptions that do not occur at runtime. This would tell PhpStorm (and other tools) that it is not necessary to catch this exception.