src/Exceptions/ParserException.php
<?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;
/**
* Class ParserException
*
* @package vipnytt\RobotsTxtParser\Exceptions
*/
class ParserException extends RobotsTxtParserException
{
}