Compilation warnings on Elixir 1.11
crbelaus opened this issue · 2 comments
crbelaus commented
Compiling bodyguard on Elixir 1.11 throws the following warning:
==> bodyguard
Compiling 9 files (.ex)
warning: function actions/1 required by protocol Plug.Exception is not implemented (in module Plug.Exception.Bodyguard.NotAuthorizedError)
lib/bodyguard/not_authorized_error.ex:8: Plug.Exception.Bodyguard.NotAuthorizedError (module)
Generated bodyguard app
schrockwell commented
Fixed in v2.4.1