NAME

Algorithm::Paxos::Exception - Simple Sugar for Throwable::Error

VERSION

version 0.001

SYNOPSIS

use Algorithm::Paxos::Exception;
...

throw "Something failed";

DESCRIPTION

This is a very thin sugar wrapper around Throwable::Error.

FUNCTIONS

throw ( $message )

Throw a new exception

SEE ALSO

AUTHOR

Chris Prather <chris@prather.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Chris Prather.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.