# automatic-youtube-gallery/1.4.0/freemius/includes/sdk/Exceptions/OAuthException.php

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 1.4.0. 12 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.4.0/code/freemius/includes/sdk/Exceptions/OAuthException.php
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.4.0/raw/freemius/includes/sdk/Exceptions/OAuthException.php
- Modified: 2018-12-12T04:13: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/automatic-youtube-gallery/1.4.0/code/freemius/includes/sdk/Exceptions/OAuthException.php#L10-L20`.

```php
<?php
	if ( ! class_exists( 'Freemius_Exception' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_OAuthException' ) ) {
		class Freemius_OAuthException extends Freemius_Exception {
			public function __construct( $pResult ) {
				parent::__construct( $pResult );
			}
		}
	}
```
