-
-
Save taylor/4343267 to your computer and use it in GitHub Desktop.
Fun unicode (emoji) with exception messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
raise SomeException | |
rescue | |
puts "\u{1F631} Something terrible happened! \u{1F631}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Github will not allow me to post an example of the output... :(