<?php

namespace App\Exceptions;

use Exception;

/**
 * Class EncryptedMigrationException.
 *
 * @codeCoverageIgnore
 */
class EncryptedMigrationException extends Exception
{
}