Scott Hiett commited on
Commit
ba82689
·
1 Parent(s): f441147

Clarify internal error is from SRH

Browse files
Files changed (1) hide show
  1. lib/srh/http/base_router.ex +1 -1
lib/srh/http/base_router.ex CHANGED
@@ -97,7 +97,7 @@ defmodule Srh.Http.BaseRouter do
97
  {500, {:error, message}}
98
 
99
  _ ->
100
- {500, {:error, "An error occurred internally"}}
101
  end
102
 
103
  conn
 
97
  {500, {:error, message}}
98
 
99
  _ ->
100
+ {500, {:error, "SRH: An error occurred internally"}}
101
  end
102
 
103
  conn