gdbots/pbj-php

View on GitHub
src/Exception/InvalidSchemaId.php

Summary

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

namespace Gdbots\Pbj\Exception;

final class InvalidSchemaId extends \InvalidArgumentException implements GdbotsPbjException
{
}