We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3898030 commit 829c011Copy full SHA for 829c011
…ication/Exceptions/NoteTakerException.cs …lication/Exceptions/NotFoundException.cssrc/Core/Application/Exceptions/NoteTakerException.cs renamed to src/Core/Application/Exceptions/NotFoundException.cs
@@ -2,9 +2,9 @@ namespace CompanyName.Notebook.NoteTaking.Core.Application.Exceptions
2
{
3
using System;
4
5
- public class NoteTakerException : Exception
+ public class NotFoundException : Exception
6
7
- public NoteTakerException(string message, Exception innerException=null)
+ public NotFoundException(string message, Exception innerException=null)
8
:base(message, innerException) { }
9
}
10
0 commit comments