Error: Class 'AsyncApp' not found

NTLG_SYSPATH/runasync.php [ 56 ]

51 	Ntlg::start(null, isset($opts['env']) ? $opts['env'] : null);
52 
53 	if (isset($opts['include']))
54 		include \rawurldecode($opts['include']);
55 
56 	AsyncApp::run();
57 }
58 catch (\Ntlg\Exceptions\HttpException $e)
59 {
60 	if ($ex instanceof \Ntlg\Exceptions\ForbiddenException)
61 	{

Environment