MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
Exception.php
Ir para a documentação deste ficheiro.
1<?php
2
4
5/*
6 * This file is part of the symfony package.
7 *
8 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
9 *
10 * For the full copyright and license information, please view the LICENSE
11 * file that was distributed with this source code.
12 */
13
21class Exception extends \Exception
22{
23}