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

10 lines
152 B
Perl

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