dothiv/DothivContentfulBundle

View on GitHub
Exception/RuntimeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dothiv\Bundle\ContentfulBundle\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{

}