comparison base/Exceptions.h @ 742:c10cb8782576 coreaudio_tests

Merge from branch "default"
author Chris Cannam
date Sun, 01 Jul 2012 11:53:00 +0100
parents b4a8d8221eaf
children 6a94bb528e9d
comparison
equal deleted inserted replaced
666:4efa7429cd85 742:c10cb8782576
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();