swaggest/php-json-schema

View on GitHub
src/Exception/LogicException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Swaggest\JsonSchema\Exception;

use Swaggest\JsonSchema\InvalidValue;

class LogicException extends InvalidValue
{
    /** @var InvalidValue[] */
    public $subErrors;
}