Exception & operator=(const Exception &other)=default
Default copy assignment operator.
~Exception() override=default
Default destructor.
Exception(const std::string &description)
Constructor for creating a new exception.
Definition: Exception.hpp:150
std::string_view view() const noexcept
Gets the description of the exception as a view to the underlying string.
Definition: Exception.hpp:158
Base class for all exceptions thrown by the application.
Definition: Exception.hpp:90
Namespace for the main classes of the program.
Definition: App.cpp:34