<?php

namespace App\Exceptions;

use Exception;

class NodeNotSubscribedException extends Exception
{
}