This commit is contained in:
shibafu 2020-08-10 13:39:19 +09:00
parent 578b9934f5
commit c372c11867
1 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@ use App\MetadataResolver\UncaughtResolverException;
use App\Tag;
use App\Utilities\Formatter;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
class MetadataResolveService
{
@ -63,9 +62,6 @@ class MetadataResolveService
try {
$resolved = $this->resolver->resolve($url);
} catch (\Exception $e) {
Log::error(self::class . ': メタデータの取得に失敗 URL=' . $url);
// TODO: 何か制御用の例外を下位で使ってないか確認したほうが良いその場合、雑catchできない
$metadata->storeException(now(), $e);
$metadata->save();
throw new UncaughtResolverException(implode(': ', [