summaryrefslogtreecommitdiff
path: root/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php
blob: e6a5195f21fe7f660d9a40d9d2caf3ef8ac42c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace Doctrine\Instantiator\Exception;

use Throwable;

/**
 * Base exception marker interface for the instantiator component
 */
interface ExceptionInterface extends Throwable
{
}