gridonic/hapi

View on GitHub
src/Harvest/Exception/HarvestException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Harvest\Exception;

/**
 * Exception
 *
 * This file contains the class HarvestException
 *
 */

/**
 * Harvest Exception Object
 *
 */
class HarvestException extends \Exception
{

}