# fluent-smtp/trunk/includes/Core/BindingResolutionException.php

FluentSMTP – WP Mail SMTP Plugin with Amazon SES, SendGrid, Mailgun, Postmark, Cloudflare, toSend, Gmail and Any SMTP, version trunk. 6 lines.

- Page: https://pluginprobe.com/plugins/fluent-smtp/trunk/code/includes/Core/BindingResolutionException.php
- Raw: https://pluginprobe.com/plugins/fluent-smtp/trunk/raw/includes/Core/BindingResolutionException.php
- Modified: 2021-01-18T15:25:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-smtp/trunk/code/includes/Core/BindingResolutionException.php#L10-L20`.

```php
<?php

namespace FluentMail\Includes\Core;

class BindingResolutionException extends \Exception {}

```
