Re: [Spice-devel] [PATCH spice-streaming-agent v2 3/9] Implement an exception hierarchy for ReadError

2018-05-16 Thread Frediano Ziglio
> > Introduces an exception hierarchy up to a ReadError class, which is > thrown from read_all(). > > Signed-off-by: Lukáš Hrázký > --- > src/Makefile.am | 2 ++ > src/error.cpp | 22 ++ > src/error.hpp | 37

[Spice-devel] [PATCH spice-streaming-agent v2 3/9] Implement an exception hierarchy for ReadError

2018-05-16 Thread Lukáš Hrázký
Introduces an exception hierarchy up to a ReadError class, which is thrown from read_all(). Signed-off-by: Lukáš Hrázký --- src/Makefile.am | 2 ++ src/error.cpp | 22 ++ src/error.hpp | 37 +