7 lines
82 B
PHP
Executable File
7 lines
82 B
PHP
Executable File
<?php
|
|
namespace ApplicationInstaller\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
}
|