The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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