api/app/Exceptions/InsufficientGenerationCredi...

11 lines
129 B
PHP

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