Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created October 31, 2016 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasterDuke17/329ef1137de503c73ef42668cd55b285 to your computer and use it in GitHub Desktop.
Save MasterDuke17/329ef1137de503c73ef42668cd55b285 to your computer and use it in GitHub Desktop.
./perl6-m -e 'say 1/0'
Attempt to divide 1 by zero using div
in method floor at src/core/Rational.pm line 53
in method Str at src/core/Rational.pm line 75
in method gist at src/core/Numeric.pm line 25
in sub say at src/core/io_operators.pm line 29
in block <unit> at -e line 1
Actually thrown at:
in method throw at src/core/Exception.pm line 64
in method throw at src/core/Failure.pm line 40
in method Numeric at src/core/Failure.pm line 78
in sub infix:<-> at src/core/Numeric.pm line 192
in method Str at src/core/Rational.pm line 76
in method gist at src/core/Numeric.pm line 25
in sub say at src/core/io_operators.pm line 29
in block <unit> at -e line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment