Net-ClamAV-Client/lib/Net/ClamAV/Exception/Other.pm

10 lines
148 B
Perl

use strict;
package Net::ClamAV::Exception::Other;
# ABSTRACT: Exception class for other exceptions
use warnings;
use Moose;
with 'Throwable';
1;