-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPlug.Conn.AlreadySentError.html
More file actions
143 lines (90 loc) · 3.95 KB
/
Plug.Conn.AlreadySentError.html
File metadata and controls
143 lines (90 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<head>
<title>Plug.Conn.AlreadySentError</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
if (window.top.frames.main) document.body.className = 'frames';
</script>
<div id="content">
<div class="breadcrumbs">plug v0.5.1 → <a href="overview.html">Overview</a> → <a href="Plug.html">Plug</a> → <a href="Plug.Conn.html">Conn</a> → <a href="Plug.Conn.AlreadySentError.html">AlreadySentError</a></div>
<h1>
Plug.Conn.AlreadySentError
<small>exception</small>
</h1>
<ul class="summary_links">
<li><a href="#summary">Summary</a></li>
<li><a href="#functions_details">Functions</a></li>
<li><a href="#types_details">Types</a></li>
</ul>
<div id="moduledoc" class="docstring">
<p>Error raised when trying to modify or send an already sent response</p>
</div>
<h2 id="summary">Summary<div class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">↑</a></div></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#exception/1">exception(args)</a></td>
<td class="summary_synopsis"><p>Callback implementation of <code>Exception.exception/1</code></p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="#message/1">message(exception)</a></td>
<td class="summary_synopsis"><p>Callback implementation of <code>Exception.message/1</code></p>
</td>
</tr>
</table>
<div id="types_details" class="details_list">
<h2>Types <a class="to_top_link" href="#content" title="To the top of the page">↑</a></h2>
<div class="type_detail">
<p class="typespec" id="t:t/0">
<a href="#t:t/0">t</a> :: %Plug.Conn.AlreadySentError{__exception__: term, message: term}
</p>
</div>
</div>
<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<div class="detail_header" id="exception/1">
<span class="signature"><strong>exception(args)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#exception/1" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">↑</a>
</div>
</div>
<p>Specs:</p>
<ul class="spec">
<li>exception(term) :: <a href="#t:t/0">t</a></li>
</ul>
<div class="docstring"><p>Callback implementation of <code>Exception.exception/1</code>.</p>
</div>
</div>
<div class="detail">
<div class="detail_header" id="message/1">
<span class="signature"><strong>message(exception)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#message/1" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">↑</a>
</div>
</div>
<p>Specs:</p>
<ul class="spec">
<li>message(<a href="#t:t/0">t</a>) :: <a href="http://elixir-lang.org/docs/stable/elixir/String.html#t:t/0">String.t</a></li>
</ul>
<div class="docstring"><p>Callback implementation of <code>Exception.message/1</code>.</p>
</div>
</div>
</div>
</div>
</body>
</html>