equal
deleted
inserted
replaced
44 |
44 |
45 class ConfigurationError(CubicWebException): |
45 class ConfigurationError(CubicWebException): |
46 """a misconfiguration error""" |
46 """a misconfiguration error""" |
47 |
47 |
48 class InternalError(CubicWebException): |
48 class InternalError(CubicWebException): |
49 """base class for exceptions which should not occurs""" |
49 """base class for exceptions which should not occur""" |
50 |
50 |
51 class SecurityError(CubicWebException): |
51 class SecurityError(CubicWebException): |
52 """base class for cubicweb server security exception""" |
52 """base class for cubicweb server security exceptions""" |
53 |
53 |
54 class RepositoryError(CubicWebException): |
54 class RepositoryError(CubicWebException): |
55 """base class for repository exceptions""" |
55 """base class for repository exceptions""" |
56 |
56 |
57 class SourceException(CubicWebException): |
57 class SourceException(CubicWebException): |