/home/edulekha/www/wp-content/plugins/wp-slimstat/src/Dependencies/BrowscapPHP/Helper/Exception.php
<?php

declare(strict_types=1);

namespace SlimStat\Dependencies\BrowscapPHP\Helper;

use SlimStat\Dependencies\BrowscapPHP\Exception as BaseException;

/**
 * Exception to handle errors inside the helpers.
 */
class Exception extends BaseException
{
}