Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc for QgsMapServiceException
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 2370547 commit a7dfd6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/server/auto_generated/qgsmapserviceexception.sip.in
Expand Up @@ -29,7 +29,11 @@ The most important codes are:
#include "qgsmapserviceexception.h"
%End
public:

QgsMapServiceException( const QString &code, const QString &message );
%Docstring
Constructor.
%End
};

/************************************************************************
Expand Down
4 changes: 4 additions & 0 deletions src/server/qgsmapserviceexception.h
Expand Up @@ -40,6 +40,10 @@
class SERVER_EXPORT QgsMapServiceException : public QgsOgcServiceException
{
public:

/**
* Constructor.
*/
QgsMapServiceException( const QString &code, const QString &message )
: QgsOgcServiceException( code, message )
{}
Expand Down

0 comments on commit a7dfd6e

Please sign in to comment.