7 lines
197 B
PHP
Executable File
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';
|
|
} |