<?php

namespace MediaWiki\Extension\Math;

use Exception;

class InvalidTeXException extends Exception {
}
