| 55 | }; |
| 56 | |
| 57 | class ImageSourcePngException : public ImageIoException { |
| 58 | public: |
| 59 | ImageSourcePngException( const std::string &description ) : ImageIoException( description ) {} |
| 60 | }; |
| 61 | |
| 62 | } // namespace cinder |
no outgoing calls
no test coverage detected