NAME
RPC::Switch::Client::Tiny::Error - rpc error object
SYNOPSIS
use RPC::Switch::Client::Tiny::Error;
my $err = RPC::Switch::Client::Tiny::Error->new('rpcswitch', "unsupported req");
print "rpc error: $err\n";
AUTHORS
Barnim Dzwillo @ Strato AG