spotonlive/sl-navigation

View on GitHub
src/SpotOnLive/Navigation/Exceptions/ContainerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\Navigation\Exceptions;

use Exception;

class ContainerException extends Exception
{

}