@@ -13,10 +13,13 @@ namespace app\common\library;
require dirname(__FILE__).'/nanodicom/Nanodicom.php';
use Nanodicom;
use app\common\library\DicomPaserTag;
+use think\Exception;
+
class DicomPaser {
public static function paser($filePath = '') {
if(empty($filePath)) {
throw new Error("The filePath $filePath is empty or null");
}