<?php
namespace App\Exceptions;
use Exception;
use Throwable;
class ProcessingMigrationArchiveFailed extends Exception
{
// ..
}