mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
%Exception QgsCsException(SIP_Exception) /PyName=QgsCsException/
|
|
{
|
|
%RaiseCode
|
|
SIP_BLOCK_THREADS
|
|
PyErr_SetString(sipException_QgsCsException, sipExceptionRef.what().toUtf8().constData() );
|
|
SIP_UNBLOCK_THREADS
|
|
%End
|
|
};
|
|
|
|
%Exception QgsException(SIP_Exception) /PyName=QgsException/
|
|
{
|
|
%RaiseCode
|
|
SIP_BLOCK_THREADS
|
|
PyErr_SetString(sipException_QgsException, sipExceptionRef.what().toUtf8().constData() );
|
|
SIP_UNBLOCK_THREADS
|
|
%End
|
|
};
|