Commit Graph

5 Commits

Author SHA1 Message Date
7bd4dd7e78 chore: update license headers
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-16 18:47:12 +02:00
30f39f8a5b update copyright notice
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-03 10:32:14 +02:00
cecd76ea10 JavaDoc++
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-30 18:20:21 +01:00
465767342f update copyright notice to 2021
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-30 17:35:48 +01:00
9c82481eb5 introduce custom exception class instead of RuntimeExceptions (#10)
All checks were successful
continuous-integration/drone/push Build is passing
We now use a custom, checked exceptions on errors that can occur
with the API communication or configuration. instead of throwing an
unchecked IllegalStateException.
2020-09-02 15:47:41 +02:00