Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

v0.5.0

Latest

Choose a tag to compare

@mcaskill mcaskill released this 18 Oct 13:52
ec972b1
  • Add exception interface to support scoping exceptions to this package.
    use McAskill\Slim\Polyglot\Exception\ExceptionInterface;
    use McAskill\Slim\Polyglot\Exception\InvalidArgumentException;
    use McAskill\Slim\Polyglot\Exception\RuntimeException;
  • Cleaned-up coding syntax across package.