summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Loader/LoaderException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Loader/LoaderException.cs')
-rw-r--r--Xamarin.Forms.Loader/LoaderException.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Xamarin.Forms.Loader/LoaderException.cs b/Xamarin.Forms.Loader/LoaderException.cs
new file mode 100644
index 00000000..895a5198
--- /dev/null
+++ b/Xamarin.Forms.Loader/LoaderException.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace Xamarin.Forms.Loader
+{
+ public class LoaderException : Exception
+ {
+ }
+} \ No newline at end of file