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