arkaitzgarro/elastic-apm-laravel

View on GitHub
src/Exception/ElasticApmLaravelException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace AG\ElasticApmLaravel\Exception;

/**
 * Base exception class all other package exceptions should extend.
 *
 * Class ElasticApmLaravelException
 */
class ElasticApmLaravelException extends \Exception
{
}