Mercurial > hg > piper-cpp
diff vamp-client/SynchronousTransport.h @ 171:8d2b12442903
Merge branch 'master' of https://github.com/piper-audio/piper-cpp
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 31 Jan 2017 15:07:39 +0000 |
parents | 590b1a1fd955 |
children | ce42f0bebae3 |
line wrap: on
line diff
--- a/vamp-client/SynchronousTransport.h Tue Jan 31 14:07:18 2017 +0000 +++ b/vamp-client/SynchronousTransport.h Tue Jan 31 15:07:39 2017 +0000 @@ -52,12 +52,6 @@ virtual State check(const std::vector<char> &message) const = 0; }; -class ServerCrashed : public std::runtime_error -{ -public: - ServerCrashed() : std::runtime_error("Piper server exited unexpectedly") {} -}; - class LogCallback { public: