sitä sun tätä tekeillä, toimii kivasti

This commit is contained in:
Perttu Ahola
2010-11-29 10:52:07 +02:00
parent e8fd5eb8ee
commit c707e00195
19 changed files with 998 additions and 761 deletions

View File

@@ -81,6 +81,22 @@ class ContainerFullException : public BaseException
{}
};
class SettingNotFoundException : public BaseException
{
public:
SettingNotFoundException(const char *s):
BaseException(s)
{}
};
class InvalidFilenameException : public BaseException
{
public:
InvalidFilenameException(const char *s):
BaseException(s)
{}
};
/*
Some "old-style" interrupts:
*/