<?php

namespace App\Exception;

use Exception;

class HostNotFoundException extends Exception
{
}
