NAME

Mail::Make::Exception - Mail::Make Exception Class

SYNOPSIS

use Mail::Make::Exception;
my $e = Mail::Make::Exception->new( "Something went wrong" );
die( $e );

VERSION

v0.1.0

DESCRIPTION

This class inherits all its methods from Module::Generic::Exception.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Module::Generic::Exception, Mail::Make

COPYRIGHT & LICENSE

Copyright(c) 2026 DEGUEST Pte. Ltd.

All rights reserved.

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