<?php declare(strict_types=1); namespace JMS\Serializer\Exception; /** * Base exception for the Serializer. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ interface Exception extends \Throwable { }