DusanKasan / Knapsack

Collection pipeline library for PHP

Home Page:http://dusankasan.github.io/Knapsack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw more meaningful exceptions

DusanKasan opened this issue · comments

Introduce new exceptions to make it more obvious what went wrong. For example when doing strict combine a better exception than the current ItemNotFound would be NonEqualLength.

Resolved in b6a90e3