Files
dockerfiles/speedtest-x/backend/SleekDB/Exceptions/EmptyFieldNameException.php
2021-06-14 13:31:09 +08:00

8 lines
92 B
PHP

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