PoweredLocal/vrata

View on GitHub
app/Exceptions/NotImplementedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Exceptions;

/**
 * Class NotImplementedException
 * @package App\Exceptions
 */
class NotImplementedException extends \Exception
{

}