Skip to content

Commit

Permalink
Merge 4b358d2 into a17a366
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragjain67 committed Jul 11, 2018
2 parents a17a366 + 4b358d2 commit 8171ca7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ecto_mnesia/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ defmodule EctoMnesia.Table do
:exit, {:aborted, {:no_exists, [schema, _id]}} -> {:raise, "Schema #{inspect(schema)} does not exist"}
:exit, {:aborted, {:no_exists, schema}} -> {:raise, "Schema #{inspect(schema)} does not exist"}
:exit, {:aborted, :rollback} -> {:error, :rollback}
:exit, {:aborted, reason} -> {:error, reason, System.stacktrace()}
:exit, reason -> {:error, reason, System.stacktrace()}
end

defp do_activity(context, fun) do
Expand Down

0 comments on commit 8171ca7

Please sign in to comment.