first upload all files
This commit is contained in:
13
Modules/Core/Foundation/Asset/AssetNotFoundException.php
Normal file
13
Modules/Core/Foundation/Asset/AssetNotFoundException.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Core\Foundation\Asset;
|
||||
|
||||
use Exception;
|
||||
|
||||
class AssetNotFoundException extends Exception
|
||||
{
|
||||
public static function make($asset)
|
||||
{
|
||||
return new static("Asset [$asset] not found.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user