blob: 80a1f2bb0fe8efec491f34b6eba99dd199312adb (
plain) (
tree)
|
|
%% 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, []}
]}.
|