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

Thrown when re-entering the given scope, which is already open. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::AlreadyInScopeExceptionFor< Scope >:
Inheritance graph
[legend]
Collaboration diagram for sauce::AlreadyInScopeExceptionFor< 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::AlreadyInScopeExceptionFor< Scope >

Thrown when re-entering the given scope, which is already open.

Constructor & Destructor Documentation

◆ AlreadyInScopeExceptionFor()

template<typename Scope >
sauce::AlreadyInScopeExceptionFor< Scope >::AlreadyInScopeExceptionFor ( )
inline
105: AlreadyInScopeException() {}

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