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

Thrown when a binding cannot be found for the given interface. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::UnboundExceptionFor< Dependency >:
sauce::UnboundException sauce::Exception

Public Member Functions

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

Detailed Description

template<typename Dependency>
class sauce::UnboundExceptionFor< Dependency >

Thrown when a binding cannot be found for the given interface.


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