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 InstallationException extends Exception {
// Exception thrown when attempting to request something from an addon that is not installed.
}