master
<?php /** * @file * Contains \Eloqua\Exception\RuntimeException. */ namespace Eloqua\Exception; /** * RuntimeException */ class RuntimeException extends \ErrorException implements ExceptionInterface { }