canax/htmlform

View on GitHub
src/HTMLForm/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\HTMLForm;

/**
 * Namespaced exception.
 */
class Exception extends \Exception
{

}