Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
fff14632bc2ac97d42ddce0e9f47df7e251de617
snipe-it
/
app
/
Exceptions
/
AssetNotRequestable.php
下载
S
spencerrlongg
rm extraneous methods in exception
c76cccbb
创建于
2024年10月24日
历史提交
<?php
namespace
App
\
Exceptions
;
use
Exception
;
class
AssetNotRequestable
extends
Exception
{
}