mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 03:01:46 +03:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
@model System.Web.Mvc.HandleErrorInfo
|
|
|
|
@{
|
|
ViewBag.Title = "Error";
|
|
}
|
|
|
|
<h2>
|
|
Sorry, an error occurred while processing your request.
|
|
</h2>
|