phplrt/phplrt

View on GitHub
libs/contracts/source/src/SourceExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Contracts\Source;

/**
 * The exception that can be thrown in case of unexpected problems while
 * processing source data.
 */
interface SourceExceptionInterface extends \Throwable {}