Program Listing for File exception.hpp

Return to documentation for file (inexor/vulkan-renderer/io/exception.hpp)

#include "inexor/vulkan-renderer/exception.hpp"

namespace inexor::vulkan_renderer::io {

class IoException : public InexorException {
    using InexorException::InexorException;
};

} // namespace inexor::vulkan_renderer::io