]> dev.renevier.net Git - syj.git/blobdiff - application/exception/ToolargeGeomUpload.php
allow uploading a route as a file
[syj.git] / application / exception / ToolargeGeomUpload.php
diff --git a/application/exception/ToolargeGeomUpload.php b/application/exception/ToolargeGeomUpload.php
new file mode 100644 (file)
index 0000000..26eab34
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+    and is published under the AGPL license. */
+
+class Syj_Exception_ToolargeGeomUpload extends Syj_Exception_InvalidGeomUpload
+{
+     protected $_message = 'toolargegeomupload';
+}
+?>