<?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
{
}