edbizarro/bi-connect

View on GitHub
src/Bi/Exceptions/IntervalException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bi\Connect\Exceptions;

/**
 * Class IntervalException.
 */
class IntervalException extends \Exception
{
}