This repository has been archived on 2023-10-21. You can view files and clone it, but cannot push or open issues or pull requests.
patchouli/lib/FWIF/FWIFUnsupportedTypeException.php

5 lines
87 B
PHP
Raw Normal View History

2020-12-23 01:44:45 +00:00
<?php
namespace FWIF;
class FWIFUnsupportedTypeException extends FWIFException {}