mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
10 lines
124 B
PHP
10 lines
124 B
PHP
<?php
|
|
|
|
|
|
namespace SleekDB\Exceptions;
|
|
|
|
|
|
if(!class_exists('JsonException')){
|
|
class JsonException extends \Exception {}
|
|
}
|