DarkaOnLine/SwaggerLume

View on GitHub
src/Exceptions/SwaggerLumeException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace SwaggerLume\Exceptions;

class SwaggerLumeException extends \Exception
{
}