# `GSApplicationPluginProtocol reportPythonException:`

*Instance Method*

## Declaration

```swift
func reportPythonException(_ exception: NSException) -> Bool
```

```objc
- (BOOL) reportPythonException:(NSException *) exception;
```

```python
reportPythonException_(exception: NSException) -> bool
```

