tyhand/workflow-bundle

View on GitHub
Exceptions/RuntimeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace TyHand\WorkflowBundle\Exceptions;

/**
 * Base class for run time exceptions, taken from symfonys exception component
 */
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
    // Empty for now
}