Commit c5be0835 by TingSong-Syu

加入screenshot用到的exception

parent 0de65a97
<?php
/**
* Created by IntelliJ IDEA.
* User: rek
* Date: 2017/7/14
* Time: PM12:40
*/
namespace neoteched\rpc\screenshot;
use Exception;
class ConfigException extends Exception {
const INVALID_FORMAT = 1;
const INVALID_URL = 2;
const INVALID_WIDTH = 3;
const INVALID_HEIGHT = 4;
}
\ No newline at end of file
<?php
/**
* Created by IntelliJ IDEA.
* User: rek
* Date: 2017/7/14
* Time: PM12:42
*/
namespace neoteched\rpc\screenshot;
use Exception;
class ScreenshotException extends Exception {
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment