misc: 에러 확인을 위해 추가 메시지

This commit is contained in:
2022-07-09 12:26:50 +09:00
parent c2e956a639
commit 39c88c11c4
+1 -1
View File
@@ -107,7 +107,7 @@ class DefaultConverter implements Converter
}
}
throw new \Exception('DefaultConverter can not convert '.gettype($raw).": $name");
throw new \Exception('DefaultConverter can not convert '.gettype($raw).": $name as ".join('|', $this->types));
}
public function convertTo(mixed $data): string|array|int|float|bool|null