bravesheep/dogmatist

View on GitHub
src/Exception/NoSuchIndexException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bravesheep\Dogmatist\Exception;

class NoSuchIndexException extends \RuntimeException implements Exception
{

}