ueberauth / guardian

Elixir Authentication
MIT License
3.44k stars 381 forks source link

fix dialyzer error #446

Closed lukaszsamson closed 6 years ago

lukaszsamson commented 6 years ago

Fixes

lib/my_app_web/auth_pipeline.ex:4: Function raise_error/1 only terminates with explicit exception

when compiling auth pipelines with error_handling dialyzer option

doomspork commented 6 years ago

Thank you @lukaszsamson