7 lines
132 B
PHP
Executable File
7 lines
132 B
PHP
Executable File
<?php
|
|
namespace ApplicationInstaller\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
{
|
|
}
|