<?php



namespace Symfony\Component\String\Exception;

interface ExceptionInterface extends \Throwable
{
}
