aboutsummaryrefslogblamecommitdiffstats
path: root/examples/error_hook/src/error_hook.app.src
blob: 80a1f2bb0fe8efec491f34b6eba99dd199312adb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                           
%% Feel free to use, reuse and abuse the code in this file.

{application, error_hook, [
	{description, "Cowboy error handler example."},
	{vsn, "1"},
	{modules, []},
	{registered, []},
	{applications, [
		kernel,
		stdlib,
		cowboy
	]},
	{mod, {error_hook_app, []}},
	{env, []}
]}.