tflori/verja

View on GitHub
src/Exception/NotFound.php

Summary

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

namespace Verja\Exception;

use Verja\Exception;

class NotFound extends Exception
{
}