~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/vendor/symfony/lib/exception/sfInitializationException.class.php

  • Committer: Chad Heuschober
  • Date: 2011-05-04 18:50:43 UTC
  • mfrom: (1.1.971 trunk)
  • Revision ID: chad.heuschober@mail.cuny.edu-20110504185043-k91xu7u2hbzxlblx
Merged in most recent changes from cuny-sps-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 * sfInitializationException is thrown when an initialization procedure fails.
14
 
 *
15
 
 * @package    symfony
16
 
 * @subpackage exception
17
 
 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
18
 
 * @author     Sean Kerr <sean@code-box.org>
19
 
 * @version    SVN: $Id: sfInitializationException.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
20
 
 */
21
 
class sfInitializationException extends sfException
22
 
{
23
 
}