Class InexorException¶
Defined in File exception.hpp
Inheritance Relationships¶
Base Type¶
public std::runtime_error
Derived Type¶
public inexor::vulkan_renderer::tools::VulkanException(Class VulkanException)
Class Documentation¶
-
class InexorException : public std::runtime_error¶
A custom base class for exceptions.
Subclassed by inexor::vulkan_renderer::tools::VulkanException
Public Functions
-
InexorException(std::string message, std::source_location location = std::source_location::current())¶
Default constructor
- Parameters:
message – The exception error message
location – The std::source_location which will be turned into useful debug text
-
InexorException(std::string message, std::source_location location = std::source_location::current())¶