* * @internal */ final class UnrecognizedFileFormat extends RuntimeException implements WebpExifException { public function __construct() { parent::__construct("The provided source appears not be a WebP image"); } }