serp-spider/core

View on GitHub
src/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @license see LICENSE
 */

namespace Serps;

class Exception extends \Exception
{

}