I face this issue when adding spec for `template_not_found` for my Phoenix 
ErrorView

Dialyzer says

```
lib/my_app_web/views/error_view.ex:2:overlapping_contract
Overloaded contract for MyAppWeb.ErrorView.template_not_found/2 has
overlapping domains; such contracts are currently unsupported and
are simply ignored.
```

due to default implementation of template_not_found already has a spec. See 
https://github.com/phoenixframework/phoenix/pull/1583

I'm not sure I understand the problem correctly. Any help would be 
appreciated

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/403aac1b-b64c-4e60-8d4b-3adea0d0ebf7n%40googlegroups.com.

Reply via email to