Logo
Explore Help
Sign In
zhamao-robot/zhamao-framework
1
0
Fork 0
You've already forked zhamao-framework
mirror of https://github.com/zhamao-robot/zhamao-framework.git synced 2026-07-08 17:25:35 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
484ddf9dfa0c1f8a197cf499557d438fbe5332dc
zhamao-framework/src/ZM/Exception/RobotNotFoundException.php

20 lines
333 B
PHP
Raw Normal View History

update to 1.2 version Generate systemd script Default info_level set to 2 Modify & add some comment for Example module Brand new Console Add daemon command argument Add #OnTick annotation Add ZMRobot API class
2020-04-29 15:29:56 +08:00
<?php
namespace ZM\Exception;
use Throwable;
/**
* Class RobotNotFoundException
* @package ZM\Exception
* @since 1.2
*/
update to v2.0.0-b4 version change global.php config load time and logic set context get server function available more time delete unused comment and @CQAPISend @CQCommand add start_with and end_with set exceptions extended by ZMException rename @SwooleSetup to @ZMSetup fix quotes for global.php fix LightCache empty presistence_path error remove RemoteShell
2020-12-10 16:37:04 +08:00
class RobotNotFoundException extends ZMException
update to 1.2 version Generate systemd script Default info_level set to 2 Modify & add some comment for Example module Brand new Console Add daemon command argument Add #OnTick annotation Add ZMRobot API class
2020-04-29 15:29:56 +08:00
{
public function __construct($message = "", $code = 0, Throwable $previous = null) {
parent::__construct($message, $code, $previous);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API