Sauce-0.10.1
A C++ Dependency Injection Framework
List of all members
sauce::OutOfScopeExceptionFor< Scope > Class Template Reference

Thrown when a provision is requested outside of its given, bound scope. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::OutOfScopeExceptionFor< Scope >:
Inheritance graph
[legend]
Collaboration diagram for sauce::OutOfScopeExceptionFor< Scope >:
Collaboration graph
[legend]

Additional Inherited Members

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

Detailed Description

template<typename Scope>
class sauce::OutOfScopeExceptionFor< Scope >

Thrown when a provision is requested outside of its given, bound scope.

Constructor & Destructor Documentation

◆ OutOfScopeExceptionFor()

template<typename Scope >
sauce::OutOfScopeExceptionFor< Scope >::OutOfScopeExceptionFor ( )
inline
87: OutOfScopeException() {}

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