Просмотр файла vendor/deployer/deployer/src/Component/PharUpdate/Exception/ExceptionInterface.php

Размер файла: 228B
<?php declare(strict_types=1);

namespace Deployer\Component\PharUpdate\Exception;

/**
 * Indicates that the exception came from this library.
 *
 * @author Kevin Herrera <[email protected]>
 */
interface ExceptionInterface
{
}