Skip to content
Snippets Groups Projects
Commit 5608e1a1 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Raise first like an input check

parent a0162388
No related branches found
No related tags found
1 merge request!3363Implement #3243 New Issue by email
Loading
@@ -30,11 +30,9 @@ module Gitlab
Loading
@@ -30,11 +30,9 @@ module Gitlab
mail_key = extract_mail_key(mail) mail_key = extract_mail_key(mail)
handler = Handler.for(mail, mail_key) handler = Handler.for(mail, mail_key)
   
if handler raise UnknownIncomingEmail unless handler
handler.execute
else handler.execute
raise UnknownIncomingEmail
end
end end
   
def build_mail def build_mail
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment