tableau-mkt/elomentary

View on GitHub
src/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

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

namespace Eloqua\Exception;

interface ExceptionInterface {

}