<?php namespace App\Exceptions; use Exception; /** * Class UnsupportedMigrationException. * * @codeCoverageIgnore */ class UnsupportedMigrationException extends Exception { }