Shikiryu_Backup/app/code/exceptions/ComposerNotFoundException.php

11 lines
110 B
PHP

<?php
namespace Shikiryu\Exceptions;
use Exception;
class ComposerNotFoundException extends Exception
{
}