tyhand/workflow-bundle

View on GitHub
Exceptions/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace TyHand\WorkflowBundle\Exceptions;

/**
 * Base interface for all exceptions in the eskills core bundle
 */
interface ExceptionInterface
{
    // Nothing here as of yet
}