ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
functions_include.php
Go to the documentation of this file.
1<?php
2
3// Don't redefine the functions if included multiple times.
4if (!function_exists('GuzzleHttp\Psr7\str')) {
5 require __DIR__ . '/functions.php';
6}
An exception for terminatinating execution or to throw for unit testing.