10 lines
138 B
PHP
10 lines
138 B
PHP
<?php
|
|
|
|
namespace Br33f\Ga4\MeasurementProtocol\Exception;
|
|
|
|
use Exception;
|
|
|
|
class MisconfigurationException extends AnalyticsException
|
|
{
|
|
|
|
} |