9 lines
70 B
PHP
Executable File
9 lines
70 B
PHP
Executable File
<?php
|
|
|
|
namespace Github\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
|
|
}
|