Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document X::Proc::Async
also add X::Proc::Async and friends to the type graph
  • Loading branch information
moritz committed Feb 14, 2015
1 parent 70a983d commit 8fdbbb1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/Type/X/Proc/Async.pod
@@ -0,0 +1,19 @@
=begin pod
=TITLE role X::Proc::Async
=SUBTITLE Common role for Exceptions thrown by L<Proc::Async>.
role X::Proc::Async is Exception { ... }
All exceptions thrown by L<Proc::Async> do this common role.
=head1 Methods
=head2 method proc
method fproc(X::Proc::Async:D) returns Proc::Async
Returns the object that threw the exception.
=end pod
9 changes: 9 additions & 0 deletions type-graph.txt
Expand Up @@ -282,6 +282,15 @@ class X::Buf::AsStr is Exception
class X::Buf::Pack is Exception
class X::Buf::Pack::NonASCII is Exception

[Exceptions]
# Exceptions: Proc::Async]
role X::Proc::Async is Exception
class X::Proc::Async::AlreadyStarted does X::Proc::Async
class X::Proc::Async::CharsOrBytes does X::Proc::Async
class X::Proc::Async::MustBeStarted does X::Proc::Async
class X::Proc::Async::OpenForWriting does X::Proc::Async
class X::Proc::Async::TapBeforeSpawn does X::Proc::Async

[Exceptions]
# Exceptions: Time
class X::Temporal is Exception
Expand Down

0 comments on commit 8fdbbb1

Please sign in to comment.