gdbots/ncr-php

View on GitHub
src/Exception/GdbotsNcrException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Gdbots\Ncr\Exception;

interface GdbotsNcrException extends \Throwable
{
}