VIPnytt/RobotsTxtParser

View on GitHub
src/Exceptions/RobotsTxtParserException.php

Summary

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

namespace vipnytt\RobotsTxtParser\Exceptions;

use Exception;

/**
 * Class RobotsTxtParserException
 *
 * @package vipnytt\RobotsTxtParser\Exceptions
 */
class RobotsTxtParserException extends Exception
{
}