define('AREA', 'A'); define('ACCOUNT_TYPE', 'vendor'); try { require(dirname(__FILE__) . '/init.php'); fn_dispatch(); } catch (Exception $e) { \Tygh\Tools\ErrorHandler::handleException($e); } catch (Throwable $e) { \Tygh\Tools\ErrorHandler::handleException($e); }