?? GreyFile — Mystic File Browser

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



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

?? Viewing: InvalidClassConstantException.php

<?php

namespace cybot\cookiebot\exceptions;

use Exception;

class InvalidClassConstantException extends Exception {

	// Exception thrown when validation of class constants fails.
}


??

??