comparison mde/input/exception.d @ 8:f63f4f41a2dc

Big changes to init; got some way towards input event support; changed mergetag ID to char[] from uint. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 25 Jan 2008 18:17:38 +0000
parents b544c3a7c9ca
children 4c3575400769
comparison
equal deleted inserted replaced
7:b544c3a7c9ca 8:f63f4f41a2dc
1 module mde.input.exception; 1 module mde.input.exception;
2 2
3 import mde.exception; 3 public import mde.exception;
4 4
5 /// Base Input exception class. 5 /// Base Input exception class.
6 class inputException : mdeException { 6 class inputException : mdeException {
7 const override symbol = super.symbol ~ ".input"; 7 const override symbol = super.symbol ~ ".input";
8 this (char[] msg) { 8 this (char[] msg) {