mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-01 14:31:28 +00:00
Allow GraphQL Error handler return custom Mobilizon.GraphQL.Error
directly Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
45ce7d52b0
commit
93425108c5
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ defmodule Mobilizon.GraphQL.Error do
|
|||
}
|
||||
end
|
||||
|
||||
defp handle(%Error{} = error), do: error
|
||||
|
||||
# ... Handle other error types here ...
|
||||
defp handle(other) do
|
||||
Logger.error("Unhandled error term:\n#{inspect(other)}")
|
||||
|
|
Loading…
Reference in a new issue