flix-tech/schema-registry-php-client

View on GitHub
src/Exception/SchemaNotFoundException.php

Summary

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

declare(strict_types=1);

namespace FlixTech\SchemaRegistryApi\Exception;

class SchemaNotFoundException extends AbstractSchemaRegistryException
{
    public const ERROR_CODE = 40403;
}