FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
pinterest-for-woocommerce
/
src
/
Exception
Edit File: FeedNotFoundException.php
<?php /** * FeedNotFoundException class. * * @package Automattic\WooCommerce\Pinterest\Exception */ declare( strict_types=1 ); namespace Automattic\WooCommerce\Pinterest\Exception; use Exception; /** * Exception thrown when there is no matching feed at Pinterest. */ class FeedNotFoundException extends Exception {}
Save
Back