SpamProtection
SpamProtection copied to clipboard
SpamProjector now throws custom exceptions for easier top identifying exceptions
Having custom exceptions makes it easier to identify the cause in try-catch blocks, so this PR adds this functionality.
P.S. It might be a good idea to merge #7 first, as this PR uses PHP 8 coding style.