Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 12, 2018 17:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/307ec46cef5d2d032f8ae8c58d8e55aa to your computer and use it in GitHub Desktop.
greppable6
X::DateTime
File Code
FCO/Test-Fuzz
…/classes :122:
X::DateTime::TimezoneClash
perl6/doc
…/DateTime.pod6 :77:
L<X::DateTime::TimezoneClash> is thrown.
perl6/doc
…/TimezoneClash.pod6 :3:
=TITLE class X::DateTime::TimezoneClash
perl6/doc
…/TimezoneClash.pod6 :8:
class X::DateTime::TimezoneClash does X::Temporal is Exception { }
perl6/doc
…/type-graph.txt :317:
class X::DateTime::InvalidDeltaUnit does X::Temporal
perl6/doc
…/type-graph.txt :318:
class X::DateTime::TimezoneClash does X::Temporal
sergot/datetime-parse
…/Parse.pm6 :1:
my class X::DateTime::CannotParse is Exception {
sergot/datetime-parse
…/Parse.pm6 :256:
or X::DateTime::CannotParse.new( invalid-str => $format ).throw;
sergot/datetime-parse
…/01-basic.t :24:
throws-like qq[ DateTime::Parse.new('$bad') ], X::DateTime::CannotParse, invalid-str => $bad;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment