Created
May 14, 2016 14:41
-
-
Save dogbert17/cce803676b3fb98952e3215bc2d71d91 to your computer and use it in GitHub Desktop.
Attempt to document X::Promise::Vowed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=begin pod | |
=TITLE class X::Promise::Vowed | |
=SUBTITLE Error due to directly trying to keep/break a vowed promise. | |
class X::Promise::Vowed is Exception { } | |
This exception is thrown when code tries to keep/break an already vowed | |
promise without going through the corresponding C<Vow> object. | |
=head1 Methods | |
=head2 method promise | |
method promise() | |
Returns the vowed Promise. | |
=end pod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment