class PwnedCheck::InvalidEmail
Thrown if the email address being checked does not have a valid format
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/pwnedcheck.rb, line 32 def initialize super 'Invalid email address format' end