VIPnytt/UserAgentParser

View on GitHub
src/UserAgentParser/Exceptions/VersionException.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 VersionException
 *
 * @package vipnytt\UserAgentParser\Exceptions
 */
class VersionException extends FormatException
{
}