ActivityPubResolverはNoteだけ処理するように

This commit is contained in:
unarist
2019-11-24 12:17:53 +00:00
parent 3420e053fc
commit 67ae0e159f
3 changed files with 27 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\MetadataResolver;
use Exception;
/**
* このResolverやParserが対応していないサイトであったことを表わします。
*/
class UnsupportedContentException extends Exception
{
}