Mercurial > dedupe
view Exception/InvalidDataException.cpp @ 106:95fb1bcf7e24
Constant for turning follow symlinks on and off.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Tue, 18 Feb 2014 17:05:48 +0100 |
| parents | c9447697609f |
| children |
line wrap: on
line source
#include "InvalidDataException.hpp" InvalidDataException::InvalidDataException(const QString& errorMsg) : Exception(errorMsg) { } void InvalidDataException::raise() const { throw *this; }
