veksa/carrot-api

View on GitHub
src/Exceptions/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
namespace Veksa\Carrot\Exceptions;

/**
 * Class Exception
 *
 * @codeCoverageIgnore
 * @package Veksa\Carrot
 */
class Exception extends \Exception
{
}