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