stl_test/app/Exceptions/SlotCapacityExceededException.php
2026-05-17 20:58:40 +07:00

10 lines
122 B
PHP

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