system/api/api_default.php

8 lines
157 B
PHP

<?php
namespace SYSTEM\API;
abstract class api_default {
public static function default_page(){
throw new RuntimeException("Unimplemented");}
}