?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/cookiebot/src/exceptions/addons/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/cookiebot/src/exceptions

?? Viewing: InstallationException.php

<?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.
}


??

??