NAME
App::SpamcupNG::Error::Bounce - an Error subclass that represents a bounce error.
SYNOPSIS
See App::SpamcupNG::Error::Factory instead of creating it manually.
DESCRIPTION
A bounce error means that some issue with your Spamcop account is happening. This is a fatal error that needs to be fixed before trying to report SPAM again.
METHODS
new
Creates a new instance.
Expects as parameter an array reference containing the bounce error message.
A instance of this class is always considered as fatal.
message
Overrided from the parent class, adding required behavior.
AUTHOR
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
This file is part of App-SpamcupNG distribution.
App-SpamcupNG is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
App-SpamcupNG is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with App-SpamcupNG. If not, see <http://www.gnu.org/licenses/>.