<?php

namespace App\Exceptions;

use Exception;

class UnknownParser extends Exception
{

}