Skip to content

Exception handling

Compare
Choose a tag to compare
@Ekman Ekman released this 23 Apr 20:08
· 21 commits to master since this release
27bb5ab
  • Add ArgumentIsNotNumericException and MissingCheckDigitException
  • Add @throws MissingCheckDigitException to the facade isValid method clearly explaining that it can be thrown from there. Old code is still compatible due to MissingCheckDigitException extending \InvalidArgumentException
  • Update copyright notice
  • Implement \Serializable on Number