for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @codingStandardsIgnoreStart
*
* @author Barney Hanlon <[email protected]>
* @copyright Barney Hanlon 2017
* @license https://opensource.org/licenses/MIT
* @codingStandardsIgnoreEnd
*/
namespace Shrikeh\GuzzleMiddleware\TimerLogger\Handler\ExceptionHandler;
use Exception;
* Interface ExceptionHandlerInterface
class NullExceptionHandler implements ExceptionHandlerInterface
{
* {@inheritdoc}
public function handle(Exception $e)
// TODO: Implement handle() method.
}