Skip to content

Commit ba82689

Browse files
committed
Clarify internal error is from SRH
1 parent f441147 commit ba82689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/srh/http/base_router.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ defmodule Srh.Http.BaseRouter do
9797
{500, {:error, message}}
9898

9999
_ ->
100-
{500, {:error, "An error occurred internally"}}
100+
{500, {:error, "SRH: An error occurred internally"}}
101101
end
102102

103103
conn

0 commit comments

Comments
 (0)