<?php
namespace App\Exceptions;
use RuntimeException;
class InsufficientGenerationCredits extends RuntimeException
{
//
}