This repository was archived by the owner on Nov 19, 2023. It is now read-only.
- 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.