helpscout/bus

View on GitHub
src/Exceptions/CouldNotResolveHandlerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace HelpScout\Bus\Exceptions;

class CouldNotResolveHandlerException extends \Exception
{
}