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
In this gist the "explicit panic" is from a fail helper method that prints out the message. As you can see however, the actual message isn't show to the user. This kinda makes it hard to know what the error was.
The message should probably be printed to stderr, not stdout, anyway.