diff options
Diffstat (limited to 'Exception/Group.php')
-rw-r--r-- | Exception/Group.php | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/Exception/Group.php b/Exception/Group.php index c8208fc..4ce8de3 100644 --- a/Exception/Group.php +++ b/Exception/Group.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -34,29 +34,18 @@ * POSSIBILITY OF SUCH DAMAGE. */ -namespace { +namespace Hoa\Praspel\Exception; -from('Hoa') - -/** - * \Hoa\Praspel\Exception - */ --> import('Praspel.Exception.~'); - -} - -namespace Hoa\Praspel\Exception { +use Hoa\Core; /** * Class \Hoa\Praspel\Exception\Generic. * * Extending the \Hoa\Core\Exception\Group class. * - * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2015 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License */ - -class Group extends \Hoa\Core\Exception\Group implements Exception { } - +class Group extends Core\Exception\Group implements Exception +{ } |