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.