blancks/fast-jsonpatch-php

View on GitHub
src/exceptions/FastJsonPatchException.php

Summary

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

namespace blancks\JsonPatch\exceptions;

interface FastJsonPatchException extends \Throwable
{
    public function getContextPointer(): ?string;
}