7 lines
90 B
PHP
Executable File
7 lines
90 B
PHP
Executable File
<?php
|
|
namespace Rails\Toolbox\FileGenerators\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
}
|