ConfigurationException.php 92 Bytes
<?php
namespace Codeception\Exception;

class ConfigurationException extends \Exception
{
}