JSONPathException.php 96 Bytes
<?php
namespace Flow\JSONPath;

use Exception;

class JSONPathException extends Exception
{

}