tableau-mkt/elomentary

View on GitHub
src/Exception/RuntimeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * @file
 * Contains \Eloqua\Exception\RuntimeException.
 */

namespace Eloqua\Exception;

/**
 * RuntimeException
 */
class RuntimeException extends \ErrorException implements ExceptionInterface {

}