src/NotFound.php

Summary

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

namespace Syna;

class NotFound extends \Exception
{
}