# `GSCallbackHandler respondToException:`

*Type Method*

## Declaration

```swift
class func respond(to exception: NSException)
```

```objc
+ (void) respondToException:(NSException *) exception;
```

```python
respondToException_(exception: NSException)
```

