CornyPhoenix/fipa-sl

View on GitHub
src/CornyPhoenix/Fipa/Sl/Exception/ParsingException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace CornyPhoenix\Fipa\Sl\Exception;

/**
 * @package CornyPhoenix\Fipa\Sl\Exception
 * @author moellers
 */
class ParsingException extends \Exception
{
}