mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2026-04-23 17:19:27 +08:00
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
|
|
namespace SleekDB\Exceptions;
|
|
|
|
class InvalidDataException extends \Exception {}
|