php-kafka/php-avro-schema-generator

View on GitHub
src/Exception/ClassRegistryException.php

Summary

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

declare(strict_types=1);

namespace PhpKafka\PhpAvroSchemaGenerator\Exception;

class ClassRegistryException extends \Exception
{
    public const FILE_PATH_EXCEPTION_MESSAGE = 'Unable to get file path';
    public const FILE_NOT_READABLE_EXCEPTION_MESSAGE = 'Unable to read file: %s';
}