diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 14:48:19 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 14:48:19 +0100 |
commit | c8f0195ccc06575349c0e675c23276ac089bf9c7 (patch) | |
tree | 16a861c8605829bb50dbfd05091b9591f01259c1 /PollutometerWebApi/Views/Shared/Error.cshtml | |
parent | 918e61788858a9ce8fe4e8680d92752f9af8fc5a (diff) |
Changed name of the project.
Diffstat (limited to 'PollutometerWebApi/Views/Shared/Error.cshtml')
-rw-r--r-- | PollutometerWebApi/Views/Shared/Error.cshtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PollutometerWebApi/Views/Shared/Error.cshtml b/PollutometerWebApi/Views/Shared/Error.cshtml new file mode 100644 index 0000000..20ec06a --- /dev/null +++ b/PollutometerWebApi/Views/Shared/Error.cshtml @@ -0,0 +1,5 @@ +@model System.Web.Mvc.HandleErrorInfo + +<div> + <h2>An error occurred while processing your request.</h2> +</div> |