mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Update doc for QgsMapServiceException
This commit is contained in:
parent
237054738a
commit
a7dfd6e1aa
@ -29,7 +29,11 @@ The most important codes are:
|
|||||||
#include "qgsmapserviceexception.h"
|
#include "qgsmapserviceexception.h"
|
||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
|
|
||||||
QgsMapServiceException( const QString &code, const QString &message );
|
QgsMapServiceException( const QString &code, const QString &message );
|
||||||
|
%Docstring
|
||||||
|
Constructor.
|
||||||
|
%End
|
||||||
};
|
};
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
@ -40,6 +40,10 @@
|
|||||||
class SERVER_EXPORT QgsMapServiceException : public QgsOgcServiceException
|
class SERVER_EXPORT QgsMapServiceException : public QgsOgcServiceException
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor.
|
||||||
|
*/
|
||||||
QgsMapServiceException( const QString &code, const QString &message )
|
QgsMapServiceException( const QString &code, const QString &message )
|
||||||
: QgsOgcServiceException( code, message )
|
: QgsOgcServiceException( code, message )
|
||||||
{}
|
{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user