PHP Classes

File: src/GitProviderException.php

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Git Library Provider   src/GitProviderException.php   Download  
File: src/GitProviderException.php
Role: Class source
Content type: text/plain
Description: Derived exception
Class: PHP Git Library Provider
Manipulate Git repositories using the git command
Author: By
Last change: Update of src/GitProviderException.php
Date: 2 months ago
Size: 178 bytes
 

Contents

Class file image Download
<?php
namespace Nkey\GitProvider;

use
Generics\GenericsException;

/**
 *
 * @author Maik Greubel <greubel@nkey.de>
 */
class GitProviderException extends GenericsException
{
}