This repository has been archived on 2023-10-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
patchouli/lib/FWIF/FWIFUnsupportedVersionException.php

5 lines
86 B
PHP
Raw Normal View History

2020-12-26 04:12:26 +00:00
<?php
namespace FWIF;
class FWIFUnsupportedVersionException extends FWIFException {}