dusterio/link-preview

View on GitHub
src/Exceptions/ConnectionErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dusterio\LinkPreview\Exceptions;

/**
 * Class ConnectionErorException
 * @package Dusterio\LinkPreview\Exceptions
 */
class ConnectionErrorException extends \Exception
{

}