comparison orange/serialization/archives/ArchiveException.d @ 26:78e5fef4bbf2 experimental

Third step in refactoring the API. Stating to add unit tests.
author Jacob Carlborg <doob@me.com>
date Tue, 19 Oct 2010 10:22:10 +0200
parents 99c52d46822a
children
comparison
equal deleted inserted replaced
25:b51e953f79eb 26:78e5fef4bbf2
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module orange.serialization.archives.ArchiveException; 7 module orange.serialization.archives.ArchiveException;
8 8
9 import orange.serialization.SerializationException; 9 import orange.serialization.SerializationException;
10 import orange.util.string; 10 import orange.core.string;
11 11
12 class ArchiveException : SerializationException 12 class ArchiveException : SerializationException
13 { 13 {
14 this (string message) 14 this (string message)
15 { 15 {