social/mass_mailing_custom_unsubscribe/exceptions.py

10 lines
239 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import exceptions
class DetailsRequiredError(exceptions.ValidationError):
pass