<?php
declare(strict_types=1);

namespace FreshCloud\Mail\NetExceptions;

use RuntimeException;

class NetworkException extends RuntimeException
{
}