Logy v1.2.1
Error Class Reference

Logy error (exception) class. More...

#include <error.hpp>

Public Member Functions

 Error (const string &message)
 Creates a new Logy error (exception) instance.
const char * what () const noexcept override
 Returns Logy error message C-string.
what (T... args)

Detailed Description

Logy error (exception) class.

Constructor & Destructor Documentation

◆ Error()

Error ( const string & message)
inline

Creates a new Logy error (exception) instance.

Parameters
messagetarget error message