We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f6e7 commit d92b2e6Copy full SHA for d92b2e6
lib/elixir/src/elixir_quote.erl
@@ -76,7 +76,7 @@ validate_join(List) when not is_list(List) ->
76
('Elixir.Kernel':inspect(List))/binary>>).
77
78
argument_error(Message) ->
79
- 'Elixir.Kernel':raise('Elixir.ArgumentError', [{message,Message}]).
+ error('Elixir.ArgumentError':exception([{message,Message}])).
80
81
%% Escapes the given expression. It is similar to quote, but
82
%% lines are kept and hygiene mechanisms are disabled.
0 commit comments