<?php
namespace App\Exceptions;
use Exception;
class UnavailableApplicationException extends Exception
{
//
}