root/branches/1.3/lib/exception/sfParseException.class.php
| Revision 23810, 0.6 kB (checked in by Kris.Wallsmith, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * This file is part of the symfony package. |
| 5 | * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> |
| 6 | * (c) 2004-2006 Sean Kerr <sean@code-box.org> |
| 7 | * |
| 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | * file that was distributed with this source code. |
| 10 | */ |
| 11 | |
| 12 | /** |
| 13 | * sfParseException is thrown when a parsing procedure fails to complete |
| 14 | * successfully. |
| 15 | * |
| 16 | * @package symfony |
| 17 | * @subpackage exception |
| 18 | * @author Fabien Potencier <fabien.potencier@symfony-project.com> |
| 19 | * @author Sean Kerr <sean@code-box.org> |
| 20 | * @version SVN: $Id$ |
| 21 | */ |
| 22 | class sfParseException extends sfException |
| 23 | { |
| 24 | } |
| 25 |
Note: See TracBrowser for help on using the browser.