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