dockerfiles/speedtest-x/backend/SleekDB/Exceptions/IdNotAllowedException.php

7 lines
89 B
PHP

<?php
namespace SleekDB\Exceptions;
class IdNotAllowedException extends \Exception {}