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