package Thrift::IDL::Exception; =head1 NAME Thrift::IDL::Exception =head1 DESCRIPTION Inherits from L =cut use strict; use warnings; use base qw(Thrift::IDL::Struct); 1;