FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
pinterest-for-woocommerce
/
src
/
Exception
Edit File: PinterestApiLocaleException.php
<?php /** * PinterestApiLocaleException interface. * * @package Automattic\WooCommerce\Pinterest\Exception */ declare( strict_types=1 ); namespace Automattic\WooCommerce\Pinterest\Exception; use Exception; /** * Exception thrown when the the application locale is not supported by the API. */ class PinterestApiLocaleException extends Exception implements PinterestException {}
Save
Back