File "class-exception.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php
File
size: 0.25 KB (261 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* Exception class for the Identity Crisis component.
*
* @package automattic/jetpack-connection
*/
namespace Automattic\Jetpack\IdentityCrisis;
/**
* Exception class for the Identity Crisis component.
*/
class Exception extends \Exception {}