MyHomeCollection/app/Exceptions/UnknownParser.php

9 lines
77 B
PHP

<?php
namespace App\Exceptions;
class UnknownParser extends Exception
{
}