Exceptions
-
class ApplicationAlreadyRunningException : public std::exception
-
class TimerAlreadyStartedException : public std::exception
-
class TimerAlreadyStoppedException : public std::exception
-
class TimerNotStartedException : public std::exception
-
class TimerNotStoppedException : public std::exception
-
class ListenerCouldNotBeRemovedException : public std::exception
Public Functions
-
auto what() const noexcept -> const char* override
-
auto what() const noexcept -> const char* override
-
class LoopIsAlreadyRunningException : public std::exception
Public Functions
-
auto what() const noexcept -> const char* override
-
auto what() const noexcept -> const char* override
-
class NameAlreadyTakenException : public std::exception