Files
Sistema-Educativo-Laravel/vendor/moneyphp/money/src/Exception.php
T

13 lines
146 B
PHP

<?php
declare(strict_types=1);
namespace Money;
/**
* Common interface for all exceptions thrown by this library.
*/
interface Exception
{
}