diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/manual/cowboy_handler.asciidoc | 4 | ||||
-rw-r--r-- | doc/src/manual/cowboy_loop.asciidoc | 4 | ||||
-rw-r--r-- | doc/src/manual/cowboy_rest.asciidoc | 4 | ||||
-rw-r--r-- | doc/src/manual/cowboy_websocket.asciidoc | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/doc/src/manual/cowboy_handler.asciidoc b/doc/src/manual/cowboy_handler.asciidoc index 93dad22..9ffdd1c 100644 --- a/doc/src/manual/cowboy_handler.asciidoc +++ b/doc/src/manual/cowboy_handler.asciidoc @@ -53,9 +53,7 @@ normal:: {crash, Class, Reason}:: A crash occurred in the handler. `Class` and `Reason` can be - used to obtain more information about the crash. The function - `erlang:get_stacktrace/0` can also be called to obtain the - stacktrace of the process when the crash occurred. + used to obtain more information about the crash. == Exports diff --git a/doc/src/manual/cowboy_loop.asciidoc b/doc/src/manual/cowboy_loop.asciidoc index 605e265..000149d 100644 --- a/doc/src/manual/cowboy_loop.asciidoc +++ b/doc/src/manual/cowboy_loop.asciidoc @@ -65,9 +65,7 @@ stop:: {crash, Class, Reason}:: A crash occurred in the handler. `Class` and `Reason` can be - used to obtain more information about the crash. The function - `erlang:get_stacktrace/0` can also be called to obtain the - stacktrace of the process when the crash occurred. + used to obtain more information about the crash. == Changelog diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc index b783a25..a445948 100644 --- a/doc/src/manual/cowboy_rest.asciidoc +++ b/doc/src/manual/cowboy_rest.asciidoc @@ -76,9 +76,7 @@ normal:: {crash, Class, Reason}:: A crash occurred in the handler. `Class` and `Reason` can be - used to obtain more information about the crash. The function - `erlang:get_stacktrace/0` can also be called to obtain the - stacktrace of the process when the crash occurred. + used to obtain more information about the crash. == REST callbacks diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc index 59d412d..a11ca18 100644 --- a/doc/src/manual/cowboy_websocket.asciidoc +++ b/doc/src/manual/cowboy_websocket.asciidoc @@ -112,9 +112,7 @@ timeout:: {crash, Class, Reason}:: A crash occurred in the handler. `Class` and `Reason` can be - used to obtain more information about the crash. The function - `erlang:get_stacktrace/0` can also be called to obtain the - stacktrace of the process when the crash occurred. + used to obtain more information about the crash. {error, badencoding}:: A text frame was sent by the client with invalid encoding. All |