flix-tech/schema-registry-php-client

View on GitHub
src/Exception/IncompatibleAvroSchemaException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace FlixTech\SchemaRegistryApi\Exception;

class IncompatibleAvroSchemaException extends AbstractSchemaRegistryException
{
    public const ERROR_CODE = 409;
}