navasena/wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-ex...

7 lines
152 B
PHP
Raw Normal View History

2024-07-31 13:12:38 +07:00
<?php
class MC4WP_API_Resource_Not_Found_Exception extends MC4WP_API_Exception
{
// Thrown when a requested resource does not exist in Mailchimp
}