14 lines
329 B
PHP
14 lines
329 B
PHP
<?php
|
|
|
|
namespace WooCommerce\Facebook\API\Exceptions;
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
/**
|
|
* Class Connect_WC_API_Exception.
|
|
* Exception is thrown when Connection with FB fails. @see \WooCommerce\Facebook\Handlers\Connection
|
|
*
|
|
* @package WooCommerce\Facebook\API\Exceptions
|
|
*/
|
|
class ConnectApiException extends \Exception {}
|