koel/app/Exceptions/InstallationFailedException.php

10 lines
120 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use RuntimeException;
class InstallationFailedException extends RuntimeException
{
}