tystr/TystrReactJsBundle

View on GitHub
Exception/FileNotReadableException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Tystr\ReactJsBundle\Exception;

use RuntimeException;

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