Sauce-0.10.1
A C++ Dependency Injection Framework
Public Member Functions | List of all members
sauce::UnboundException Class Reference

Thrown when a binding cannot be found. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::UnboundException:
Inheritance graph
[legend]
Collaboration diagram for sauce::UnboundException:
Collaboration graph
[legend]

Public Member Functions

 UnboundException (std::string const name)
 
- Public Member Functions inherited from sauce::Exception
 Exception (std::string message)
 

Detailed Description

Thrown when a binding cannot be found.

Constructor & Destructor Documentation

◆ UnboundException()

sauce::UnboundException::UnboundException ( std::string const  name)
inline
23 :
24 Exception("Request for unbound interface " + name + ".") {}

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