comparison base/Exceptions.h @ 689:573d45e9487b

Merge from debug-output branch
author Chris Cannam
date Tue, 14 Jun 2011 14:47:59 +0100
parents b4a8d8221eaf
children 6a94bb528e9d
comparison
equal deleted inserted replaced
688:be43b2fe68e8 689:573d45e9487b
17 #define _EXCEPTIONS_H_ 17 #define _EXCEPTIONS_H_
18 18
19 #include <exception> 19 #include <exception>
20 20
21 #include <QString> 21 #include <QString>
22
23 #include "Debug.h"
22 24
23 class FileNotFound : virtual public std::exception 25 class FileNotFound : virtual public std::exception
24 { 26 {
25 public: 27 public:
26 FileNotFound(QString file) throw(); 28 FileNotFound(QString file) throw();