Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot/src/exceptions/addons/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot/src/exceptions
<?php
namespace cybot\cookiebot\exceptions\addons;
use Exception;
class InvalidAddonClassException extends Exception {
// Exception thrown when invalid addon class is used.
}