comparison orange/serialization/SerializationException.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
4 * Version: Initial created: Jan 30, 2010 4 * Version: Initial created: Jan 30, 2010
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.SerializationException; 7 module orange.serialization.SerializationException;
8 8
9 import orange.util.string; 9 import orange.core.string;
10 10
11 version (Tango) 11 version (Tango)
12 alias Exception ExceptionBase; 12 alias Exception ExceptionBase;
13 13
14 else 14 else