Skip to content

Instantly share code, notes, and snippets.

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 dogbert17/cce803676b3fb98952e3215bc2d71d91 to your computer and use it in GitHub Desktop.
Save dogbert17/cce803676b3fb98952e3215bc2d71d91 to your computer and use it in GitHub Desktop.
Attempt to document X::Promise::Vowed
=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