spotonlive/sl-assertions

View on GitHub
src/SpotOnLive/Assertions/Exceptions/AssertionNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\Assertions\Exceptions;

use Exception;

class AssertionNotFoundException extends Exception
{

}