ExternalUrlException.php 91 Bytes
<?php

namespace Codeception\Exception;

class ExternalUrlException extends \Exception
{
}