Exception handling
- Add
ArgumentIsNotNumericException
andMissingCheckDigitException
- Add
@throws MissingCheckDigitException
to the facadeisValid
method clearly explaining that it can be thrown from there. Old code is still compatible due toMissingCheckDigitException
extending\InvalidArgumentException
- Update copyright notice
- Implement
\Serializable
onNumber