2014-02-09 15:40:02 +01:00
|
|
|
# ex:ts=4:sw=4:sts=4:et
|
|
|
|
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
|
|
|
class UIException(Exception):
|
|
|
|
pass
|
2015-09-06 14:19:10 +02:00
|
|
|
|
|
|
|
class ServiceError(Exception):
|
|
|
|
pass
|