# cookiebot/4.7.3/src/exceptions/InvalidClassConstantException.php

Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA &amp; Google Consent Mode, version 4.7.3. 11 lines.

- Page: https://pluginprobe.com/plugins/cookiebot/4.7.3/code/src/exceptions/InvalidClassConstantException.php
- Raw: https://pluginprobe.com/plugins/cookiebot/4.7.3/raw/src/exceptions/InvalidClassConstantException.php
- Modified: 2025-01-28T12:24:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cookiebot/4.7.3/code/src/exceptions/InvalidClassConstantException.php#L10-L20`.

```php
<?php

namespace cybot\cookiebot\exceptions;

use Exception;

class InvalidClassConstantException extends Exception {

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

```
