Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 10, 2020 15:19
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 Whateverable/cc48ebe1c48d5e82572388f290e18e4c to your computer and use it in GitHub Desktop.
Save Whateverable/cc48ebe1c48d5e82572388f290e18e4c to your computer and use it in GitHub Desktop.
greppable6
X::Str::Numeric
File Code
HANENKAMP/HTTP-Request-Supply
…/Body.pm6 :84:
when X::Str::Numeric {
HANENKAMP/HTTP-Supply
…/Body.pm6 :84:
when X::Str::Numeric {
FCO/Test-Fuzz
…/classes :177:
X::Str::Numeric
perl6/doc
…/exceptions.pod6 :151:
say $!.^name; # OUTPUT: «X::Str::Numeric␤»
perl6/doc
…/pragmas.pod6 :106:
} # OUTPUT: «Caught X::Str::Numeric␤»
perl6/doc
…/pragmas.pod6 :116:
} # OUTPUT: «Caught X::Str::Numeric␤»
perl6/doc
…/Path.pod6 :975:
with C<X::Str::Numeric> if base name is not numerical.
perl6/doc
…/Path.pod6 :984:
with C<X::Str::Numeric> if base name is not numerical.
perl6/doc
…/Junction.pod6 :152:
$! and say "Got exception: $!.^name()"; # OUTPUT: «Got exception: X::Str::Numeric␤»
perl6/doc
…/Range.pod6 :306:
Returns the sum of all elements in the Range. Throws L<X::Str::Numeric> if an element can not be coerced into Numeric.
perl6/doc
…/Str.pod6 :333:
L<Fails|/routine/fail> with C<X::Str::Numeric> if the coercion to a number cannot be done.
perl6/doc
…/Str.pod6 :1427:
L<X::Str::Numeric|/type/X::Str::Numeric> rather than the original string if it
perl6/doc
…/Test.pod6 :603:
fails-like { +"a" }, X::Str::Numeric,
perl6/doc
…/Numeric.pod6 :3:
=TITLE class X::Str::Numeric
perl6/doc
…/Numeric.pod6 :7:
class X::Str::Numeric is Exception { }
perl6/doc
…/Numeric.pod6 :16:
# OUTPUT: «X::Str::Numeric: Cannot convert string to number: trailing characters after number in '42⏏ answers' (indicated by ⏏)␤»
perl6/doc
…/type-graph.txt :288:
class X::Str::Numeric is Exception
zoffixznet/perl6-Die
…/01-die.t :13:
throws-like { die X::Str::Numeric }, X::AdHoc, message => /'Str::Numeric'/,
zostay/HTTP-Supply
…/Body.pm6 :84:
when X::Str::Numeric {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment