tipo: modificación del cpanel y gitignore de la carpeta vendor
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Money;
|
||||
|
||||
/**
|
||||
* Common interface for all exceptions thrown by this library.
|
||||
*/
|
||||
interface Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user