first commit
This commit is contained in:
10
pgserver/application/admin/exception/RenderException.php
Normal file
10
pgserver/application/admin/exception/RenderException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace app\admin\exception;
|
||||
|
||||
|
||||
interface RenderException
|
||||
{
|
||||
public function render();
|
||||
}
|
||||
Reference in New Issue
Block a user