Namespaces
Atk4
Core
Data
Ui
App
Behat
Exception
Form
HtmlTemplate
Js
Layout
Misc
Panel
Persistence
Table
UserAction
VueComponent
Exceptions
ExitApplicationError
LateOutputError
UnhandledCallbackExceptionError
Overview
Namespace
Class
Tree
1:
<?php
2:
3:
declare
(strict_types=
1
);
4:
5:
namespace
Atk4\Ui\Exception;
6:
7:
/**
8:
* @internal
9:
*/
10:
final
class
LateOutputError
extends
\Error {}
11: