Sequenzia/lib/Rails/ActionController/Exception/DoubleRenderException.php
2013-10-02 11:14:53 -05:00

7 lines
197 B
PHP
Executable File

<?php
namespace Rails\ActionController\Exception;
class DoubleRenderException extends Rails\Exception\LogicException implements ExceptionInterface
{
protected $title = 'Double Render Error';
}