Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
moneyphp
/
money
/
src
/
Editing: Exception.php
<?php declare(strict_types=1); namespace Money; /** * Common interface for all exceptions thrown by this library. */ interface Exception { }
Save
Cancel