2022-08-19 19:48:37 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
if (!\class_exists('think\Exception')) {
|
2023-04-25 20:11:49 +08:00
|
|
|
require __DIR__.'/Exception.php';
|
2022-08-19 19:48:37 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!\class_exists('think\Facade')) {
|
2023-04-25 20:11:49 +08:00
|
|
|
require __DIR__.'/Facade.php';
|
|
|
|
|
}
|