summaryrefslogtreecommitdiffstats
path: root/lib/notsquareexception.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-24 00:35:32 +0200
committerkondou <kondou@ts.unde.re>2013-08-25 21:06:44 +0200
commit9a8908b643c69451118ab76ca36e5fa0e704bd0a (patch)
tree4a03ad1c0884000ff6e543a2c22e7ec37be709be /lib/notsquareexception.php
parentf19f8d1088a97bcb6d8dcbe519aa03249cdb42d0 (diff)
downloadnextcloud-server-9a8908b643c69451118ab76ca36e5fa0e704bd0a.tar.gz
nextcloud-server-9a8908b643c69451118ab76ca36e5fa0e704bd0a.zip
Use Jcrop, have inline errormsg, work on cropping, clean up, WIP
Diffstat (limited to 'lib/notsquareexception.php')
-rw-r--r--lib/notsquareexception.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/notsquareexception.php b/lib/notsquareexception.php
new file mode 100644
index 00000000000..03dba8fb25f
--- /dev/null
+++ b/lib/notsquareexception.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * Copyright (c) 2013 Christopher Schäpers <christopher@schaepers.it>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
+ */
+
+namespace OC;
+
+class NotSquareException extends \Exception {
+}