Class InexorException

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Type

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