summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Loader/LoaderException.cs
blob: 895a5198fc758d4e7365207ffdd3ee3c5ed48d53 (plain)
1
2
3
4
5
6
7
8
using System;

namespace Xamarin.Forms.Loader
{
	public class LoaderException : Exception
	{
	}
}