tableau-mkt/elomentary

View on GitHub
src/Exception/ErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

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

namespace Eloqua\Exception;

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

}