Skip to content

Commit

Permalink
Adds missing ConfigurationException
Browse files Browse the repository at this point in the history
  • Loading branch information
iainmckay committed Jul 7, 2021
1 parent 9267ec6 commit fc73220
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Exception/ConfigurationException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

declare(strict_types=1);

/*
* This file is part of Ekino New Relic bundle.
*
* (c) Ekino - Thomas Rabaix <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace ElasticApmBundle\Exception;

/**
* Exception dedicated to configuration errors.
*/
class ConfigurationException extends \ErrorException
{
}

0 comments on commit fc73220

Please sign in to comment.