remorhaz/php-json-path

Redesign exceptions

Closed this issue · 0 comments

All used exceptions should:

  • Extend from SPL exception;
  • Use corresponding tag interface;
  • Include important context data.

All external exceptions should be rethrown.