Mercurial > hg > piper-cpp
comparison vamp-client/Exceptions.h @ 173:492970caa62b
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 31 Jan 2017 22:21:51 +0000 |
parents | cfa115746cb3 |
children |
comparison
equal
deleted
inserted
replaced
171:8d2b12442903 | 173:492970caa62b |
---|---|
34 */ | 34 */ |
35 | 35 |
36 #ifndef PIPER_CLIENT_EXCEPTIONS_H | 36 #ifndef PIPER_CLIENT_EXCEPTIONS_H |
37 #define PIPER_CLIENT_EXCEPTIONS_H | 37 #define PIPER_CLIENT_EXCEPTIONS_H |
38 | 38 |
39 #include <stdexcept> | |
40 #include <string> | |
41 | |
39 namespace piper_vamp { | 42 namespace piper_vamp { |
40 namespace client { | 43 namespace client { |
41 | 44 |
42 class ServerCrashed : public std::runtime_error | 45 class ServerCrashed : public std::runtime_error |
43 { | 46 { |