Current path: home/webdevt/www/demo2/wp-content/plugins/cookiebot/src/exceptions/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/cookiebot/src
<?php
namespace cybot\cookiebot\exceptions;
use Exception;
class InvalidClassConstantException extends Exception {
// Exception thrown when validation of class constants fails.
}