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
From a performance point of view it would be much better to just return null in this case. The overhead that is required to generate the exception object is noticeable when profiling our application.
From a performance point of view it would be much better to just return null in this case. The overhead that is required to generate the exception object is noticeable when profiling our application.