blancks/fast-jsonpatch-php

View on GitHub
src/exceptions/FastJsonPatchValidationException.php

Summary

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

namespace blancks\JsonPatch\exceptions;

interface FastJsonPatchValidationException extends FastJsonPatchException {}