6 lines
81 B
PHP
Executable File
6 lines
81 B
PHP
Executable File
<?php
|
|
namespace Rails\ActionDispatch\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
} |