VIPnytt/OPMLParser

View on GitHub
src/OPMLParser/Exceptions/OPMLParserException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace vipnytt\OPMLParser\Exceptions;

class OPMLParserException extends \Exception
{
}