canax/content

View on GitHub
src/Content/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Content;

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

}