clrghouz/app/Exceptions/NodeNotSubscribedException.php

9 lines
104 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class NodeNotSubscribedException extends Exception
{
}