mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
7 lines
103 B
HTML
7 lines
103 B
HTML
url = "/throw-php"
|
|
==
|
|
function onStart() {
|
|
test();
|
|
}
|
|
==
|
|
<h1>This page will throw an exception</h1> |