Ingo_Rule_System_Blacklist::_setAddressesException PHP Method

_setAddressesException() protected method

protected _setAddressesException ( $addr_count, $max )
    protected function _setAddressesException($addr_count, $max)
    {
        return new Ingo_Exception(sprintf(_("Maximum number of blacklisted addresses exceeded (Total addresses: %d, Maximum addresses: %d). Could not add new addresses to blacklist."), $addr_count, $max));
    }