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