NAME
Games::Lacuna::Client::RPC - The actual RPC client
SYNOPSIS
use Games::Lacuna::Client;
DESCRIPTION
EXCEPTIONS
LacunaRPCException
This exception is generated if the RPC call fails. It is an Exception::Class object that has the RPC error details.
Attribute $e->code
contains the error code. Attribute $e->text
contains the error text.
AUTHOR
Steffen Mueller, <smueller@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Steffen Mueller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.