diff options
Diffstat (limited to 'Exception/Interpreter.php')
-rw-r--r-- | Exception/Interpreter.php | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/Exception/Interpreter.php b/Exception/Interpreter.php index 48c71fe..02f031a 100644 --- a/Exception/Interpreter.php +++ b/Exception/Interpreter.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,16 @@ * POSSIBILITY OF SUCH DAMAGE. */ -namespace { - -from('Hoa') - -/** - * \Hoa\Praspel\Exception\Generic - */ --> import('Praspel.Exception.Generic'); - -} - -namespace Hoa\Praspel\Exception { +namespace Hoa\Praspel\Exception; /** * Class \Hoa\Praspel\Exception\Interpreter. * * Extending the \Hoa\Praspel\Exception\Generic 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 Interpreter extends Generic { } - +class Interpreter extends Generic +{ } |