flix-tech/schema-registry-php-client

View on GitHub
src/Exception/SchemaRegistryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace FlixTech\SchemaRegistryApi\Exception;

use Throwable;

interface SchemaRegistryException extends Throwable
{
    public static function errorCode(): int;
}