canax/configure

View on GitHub
src/Configure/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Configure;

/**
 * Module specific exception.
 */
class Exception extends \Exception
{

}