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

class ExceptionSavepoint extends \JKingWeb\Arsse\AbstractException {
}