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

Base class for all sauce exceptions. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::Exception:
sauce::AlreadyInScopeException sauce::CircularDependencyException sauce::ExitingSingletonScopeException sauce::OutOfScopeException sauce::PartialBindingException sauce::UnboundException sauce::AlreadyInScopeExceptionFor< Scope > sauce::CircularDependencyExceptionFor< Dependency > sauce::OutOfScopeExceptionFor< Scope > sauce::PartialBindingExceptionFor< Dependency > sauce::UnboundExceptionFor< Dependency >

Public Member Functions

 Exception (std::string message)
 

Detailed Description

Base class for all sauce exceptions.


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