<?php declare(strict_types=1); namespace Doctrine\RST\Exception; use Exception; final class InvalidTableStructure extends Exception { }