Files
branddefense.pl/wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php
Roman Pyrih c2e100a763 first commit
2023-07-24 08:30:51 +02:00

7 lines
150 B
PHP

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