solinject  1.0.0
C++17 Dependency Injection header-only library
sol::di::exc::DIException Class Reference

Base class for solinject exceptions. More...

#include <DIException.hpp>

Inheritance diagram for sol::di::exc::DIException:
[legend]
Collaboration diagram for sol::di::exc::DIException:
[legend]

Public Member Functions

 DIException (const char *message)
 Constructor. More...
 
 DIException (const std::string &message)
 Constructor. More...
 
- Public Member Functions inherited from std::logic_error
logic_error (T... args)
 
what (T... args)
 

Detailed Description

Base class for solinject exceptions.

Constructor & Destructor Documentation

◆ DIException() [1/2]

sol::di::exc::DIException::DIException ( const char *  message)
inline

Constructor.

Parameters
messageerror message

◆ DIException() [2/2]

sol::di::exc::DIException::DIException ( const std::string message)
inline

Constructor.

Parameters
messageerror message

The documentation for this class was generated from the following file: