tystr/TystrReactJsBundle

View on GitHub
Exception/ComponentNotRenderedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Tystr\ReactJsBundle\Exception;

use RuntimeException;

/**
 * @author Tyler Stroud <tyler@tylerstroud.com>
 */
class ComponentNotRenderedException extends RuntimeException
{
}