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