aaronbullard/dogpile

View on GitHub
src/Exceptions/BaseException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dogpile\Exceptions;

class BaseException extends \RuntimeException
{

}