c9s / GetOptionKit

An object-oriented option parser library for PHP, which supports type constraints, flag, multiple flag, multiple values, required value checking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please use a common GetOptionKit\Exception\Exception base class for all GetOptionKit exceptions.

cmanley opened this issue · comments

That makes catching and handling parse exceptions a lot easier.

PRs are welcomed :)