master
<?php namespace Tystr\ReactJsBundle\Exception; use RuntimeException; /** * @author Tyler Stroud <tyler@tylerstroud.com> */ class FileNotReadableException extends RuntimeException { }