<?php
namespace ApplicationInstaller\Exception;
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}