<?php

namespace Symfony\Component\Form\Exception;

interface ExceptionInterface extends \Throwable
{
}
