VIPnytt/UserAgentParser

View on GitHub
src/UserAgentParser/Exceptions/UserAgentParserException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * vipnytt/UserAgentParser
 *
 * @link https://github.com/VIPnytt/UserAgentParser
 * @license https://github.com/VIPnytt/UserAgentParser/blob/master/LICENSE The MIT License (MIT)
 */

namespace vipnytt\UserAgentParser\Exceptions;

/**
 * Class UserAgentParserException
 *
 * @package vipnytt\UserAgentParser\Exceptions
 */
class UserAgentParserException extends \Exception
{
}