Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added docs for X::Proc::Unsuccessful
  • Loading branch information
Jan-Olof Hendig committed Nov 12, 2016
1 parent cbbc38a commit b33f95e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/Type/X/Proc/Unsuccessful.pod6
@@ -0,0 +1,17 @@
=begin pod
=TITLE class X::Proc::Unsuccessful
=SUBTITLE Exception thrown if a Proc object is sunk after the process it ran exited unsuccessfully
class X::Proc::Unsuccessful is Exception { ... }
=head1 Methods
=head2 method proc
method proc(X::Proc::Unsuccessful:D) returns Proc
Returns the object that threw the exception.
=end pod
1 change: 1 addition & 0 deletions type-graph.txt
Expand Up @@ -274,6 +274,7 @@ class X::StubCode is Exception
class X::Eval::NoSuchLang is Exception
class X::Seq::Consumed is Exception
class X::Caller::NotDynamic is Exception
class X::Proc::Unsuccessful is Exception

[Exceptions]
# Exceptions: Numbers
Expand Down

0 comments on commit b33f95e

Please sign in to comment.