<?php

namespace App\Exceptions;

use Exception;

class FailedToInstallWordpress extends Exception
{
    //
}