6 lines
154 B
PHP
6 lines
154 B
PHP
|
<?php
|
||
|
namespace Rails\ActionController\Exception;
|
||
|
|
||
|
class BodyAlreadySetException extends \Rails\Exception\LogicException implements ExceptionInterface
|
||
|
{
|
||
|
}
|