gdbots/pbj-php

View on GitHub
src/Exception/InvalidSchemaCurie.php

Summary

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

namespace Gdbots\Pbj\Exception;

final class InvalidSchemaCurie extends \InvalidArgumentException implements GdbotsPbjException
{
}