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

8 lines
92 B
PHP

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