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