R6API/Client

View on GitHub
src/Exception/ExceptionInterface.php

Summary

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

namespace R6API\Client\Exception;

/**
 * Base exception interface for the API client.
 *
 * @author Baptiste Leduc <baptiste.leduc@gmail.com>
 */
interface ExceptionInterface
{
}