diff options
author | Björn Gustavsson <[email protected]> | 2016-05-18 10:02:48 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-05-18 10:02:48 +0200 |
commit | b78057cdd586f105a2b265b35fc9119538d84388 (patch) | |
tree | b84b830016cd499e59d269a1bb13e73ee4173706 | |
parent | 9478988b6ea332d332a4d32eb77e0e7a40d7c4a8 (diff) | |
parent | 2fccb09b710b1e42157b3801ac1b154f76ae6898 (diff) | |
download | otp-b78057cdd586f105a2b265b35fc9119538d84388.tar.gz otp-b78057cdd586f105a2b265b35fc9119538d84388.tar.bz2 otp-b78057cdd586f105a2b265b35fc9119538d84388.zip |
Merge branch 'bjorn/erts/raise-doc/OTP-13599'
* bjorn/erts/raise-doc/OTP-13599:
Remove the warning about using erlang:raise/3
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e0723127f2..34933d6f48 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5070,10 +5070,6 @@ os_prompt% </pre> <p>Stops the execution of the calling process with an exception of given class, reason, and call stack backtrace (<em>stacktrace</em>).</p> - <warning> - <p>This BIF is intended for debugging. Avoid to use it in applications, - unless you really know what you are doing.</p> - </warning> <p><c><anno>Class</anno></c> is <c>error</c>, <c>exit</c>, or <c>throw</c>. So, if it were not for the stacktrace, <c>erlang:raise(<anno>Class</anno>, <anno>Reason</anno>, |