QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Public Member Functions | List of all members
QtMvvm::ServiceExistsException Class Reference

Is thrown if a service is beeing registered that is already registered. More...

#include <serviceregistry.h>

+ Inheritance diagram for QtMvvm::ServiceExistsException:

Public Member Functions

const char * what () const noexcept override
 Inherits QException::what.
 
void raise () const override
 Inherits QException::raise.
 
QExceptionclone () const override
 Inherits QException::clone.
 

Detailed Description

Is thrown if a service is beeing registered that is already registered.

Definition at line 111 of file serviceregistry.h.


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