Class DriverException
Defined in File driver_exception.hpp
Inheritance Relationships
Base Type
public std::exception
Class Documentation
-
class DriverException : public std::exception
This is a custom exception thrown by the Driver.
Public Functions
-
inline explicit DriverException(const std::string &description)
-
inline DriverException(const DriverException &other)
-
~DriverException() override = default
-
DriverException &operator=(const DriverException&) = delete
-
inline const char *what() const override
-
inline explicit DriverException(const std::string &description)