<?php

declare(strict_types=1);

namespace Give\Vendors\StellarWP\Validation\Exceptions\Contracts;

use Throwable;

interface ValidationExceptionInterface extends Throwable
{

}
