* SPDX-License-Identifier: MIT */ declare(strict_types=1); namespace Respect\Validation\Exceptions; use Throwable; /** * @author Andy Wendt * @author Henrique Moody */ interface Exception extends Throwable { }