for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* handle exception output and logging
*/
namespace Graviton\ExceptionBundle;
use Graviton\BundleBundle\GravitonBundleInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;
* @author List of contributors <https://github.com/libgraviton/graviton/graphs/contributors>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @link http://swisscom.ch
class GravitonExceptionBundle extends Bundle implements GravitonBundleInterface
{
* return array of new bunde instances
*
* @return \Symfony\Component\HttpKernel\Bundle\Bundle[]
public function getBundles()
return array();
}