comparison src/core/exceptions.py @ 1826:d80ccf4bf201

plugin blog import dotclear: this plugin import Dotclear 2 backups
author Goffi <goffi@goffi.org>
date Fri, 22 Jan 2016 20:24:17 +0100
parents 7e749e8eefd0
children 2daf7b4c6756
comparison
equal deleted inserted replaced
1825:4e51f21c687f 1826:d80ccf4bf201
108 pass 108 pass
109 109
110 110
111 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting 111 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting
112 pass 112 pass
113
114
115 class ParsingError(Exception):
116 pass