for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EasyTaxi\NewRelic\Exception;
class NotLoadedNewRelicExtensionException extends \RuntimeException
{
public function __construct($message = 'NewRelic extension is not loaded', $code = 0)
parent::__construct($message, $code);
}