365Werk / identitydocuments

A Laravel package for parsing and processing Identity Documents
GNU General Public License v3.0
252 stars 38 forks source link

Feature/add exceptions to services #29

Closed HergenD closed 3 years ago

HergenD commented 3 years ago

Replaces some dd() that were left from development with Exceptions when trying to use a service that does not implement the correct interface.

This closes #27

Thanks to @Mul-tiMedia for the issue