mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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"
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsMapServiceException( const QString &code, const QString &message );
|
||||
%Docstring
|
||||
Constructor.
|
||||
%End
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
|
@ -40,6 +40,10 @@
|
||||
class SERVER_EXPORT QgsMapServiceException : public QgsOgcServiceException
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
QgsMapServiceException( const QString &code, const QString &message )
|
||||
: QgsOgcServiceException( code, message )
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user