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