]> dev.renevier.net Git - syj.git/blob - application/exception/InvalidGeomUpload.php
add mapquest layer back
[syj.git] / application / exception / InvalidGeomUpload.php
1 <?php
2 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
3     and is published under the AGPL license. */
4
5 class Syj_Exception_InvalidGeomUpload extends Syj_Exception_Request
6 {
7      protected $_message = 'invalidgeomupload';
8 }
9 ?>