<?php
declare(strict_types=1);
namespace JKingWeb\NewsSync;

class Exception extends AbstractException {
}