Initial commit.
This commit is contained in:
11
Wino.Core.Domain/Exceptions/ComposerMimeNotFoundException.cs
Normal file
11
Wino.Core.Domain/Exceptions/ComposerMimeNotFoundException.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Wino.Core.Domain.Exceptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Thrown when composer cant find the mime to load.
|
||||
/// </summary>
|
||||
public class ComposerMimeNotFoundException : Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user