shieldfy/waf-detector

View on GitHub
src/Exception/InvalidUrlException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of SHIELDFY Web Application Firewall Detector.
 * (c) 2016 SHIELDFY Web Application Firewall Detector maintainers, All rights reserved.
 *
 * The applied license is stored at the root directory of this package.
 */
namespace Shieldfy\Exception;

class InvalidUrlException extends \LogicException
{
}