InjectionException.php 88 Bytes
<?php
namespace Codeception\Exception;

class InjectionException extends \Exception
{
}