diff options
Diffstat (limited to 'lib/private/notsquareexception.php')
-rw-r--r-- | lib/private/notsquareexception.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/private/notsquareexception.php b/lib/private/notsquareexception.php new file mode 100644 index 00000000000..03dba8fb25f --- /dev/null +++ b/lib/private/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 { +} |