mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
✅ Add first tests
This commit is contained in:
10
app/code/exceptions/ComposerNotFoundException.php
Normal file
10
app/code/exceptions/ComposerNotFoundException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Shikiryu\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ComposerNotFoundException extends Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user