6 lines
92 B
PHP
Executable File
6 lines
92 B
PHP
Executable File
<?php
|
|
namespace Rails\ActionController\Response\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
} |