first commit
This commit is contained in:
13
application/exceptions/AppException.php
Normal file
13
application/exceptions/AppException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2018/11/13 0013
|
||||
* Time: 上午 10:49
|
||||
*/
|
||||
namespace app\exceptions;
|
||||
|
||||
class AppException extends \Exception
|
||||
{
|
||||
|
||||
}
|
14
application/exceptions/UploadException.php
Normal file
14
application/exceptions/UploadException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2018/11/16 0016
|
||||
* Time: 下午 15:03
|
||||
*/
|
||||
|
||||
namespace app\exceptions;
|
||||
|
||||
class UploadException extends \Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user