Curlyspoon/core

View on GitHub
src/Exceptions/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Curlyspoon\Core\Exceptions;

use Exception as BaseException;

class Exception extends BaseException
{
}