# | Line 28 | Line 28 | class DLSError: | |
---|---|---|
28 | ||
29 | class DLSNoReplicas(exceptions.Exception): | |
30 | def __init__(self, FileBlock): | |
31 | – | exceptions.Exception.__init__(self, self.args) |
31 | self.args ="No replicas exists for fileblock: "+FileBlock+"\n" | |
32 | + | exceptions.Exception.__init__(self, self.args) |
33 | pass | |
34 | ||
35 | def getClassName(self): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |