invoiceninja/app/Exceptions/NonExistingMigrationFile.php

12 lines
128 B
PHP

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