FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
moneyphp
/
money
/
src
Edit File: Exception.php
<?php namespace Money; /** * Common interface for all exceptions thrown by this library. * * @author Frederik Bosch <f.bosch@genkgo.nl> */ interface Exception { }
Save
Back