Sauce-0.10.1
A C++ Dependency Injection Framework
List of all members
sauce::OutOfScopeException Class Reference

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

#include <sauce/exceptions.h>

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ OutOfScopeException()

sauce::OutOfScopeException::OutOfScopeException ( )
inline
77 :
78 Exception("Out of dependency scope.") {}

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