Files
float-blog/wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

7 lines
152 B
PHP

<?php
class MC4WP_API_Resource_Not_Found_Exception extends MC4WP_API_Exception
{
// Thrown when a requested resource does not exist in Mailchimp
}