/
home
/
sjslayjy
/
public_html
/
devlok
/
vendor
/
doctrine
/
instantiator
/
src
/
Doctrine
/
Instantiator
/
Exception
/
Upload File
HOME
<?php namespace Doctrine\Instantiator\Exception; use Throwable; /** * Base exception marker interface for the instantiator component */ interface ExceptionInterface extends Throwable { }