1
0
cms11/app/Exceptions/BundleUpdaterCannotBeFound.php

11 lines
112 B
PHP

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