This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_danube/system/page/PageClass.php
2013-04-22 18:57:51 +02:00

8 lines
156 B
PHP

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