shimabox/pemojine

View on GitHub
src/Exception/ListenerNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace SMB\Pemojine\Exception;

use SMB\Pemojine\Exception\Exception;

/**
 * The listenable object name has not been defined.
 */
class ListenerNotFound extends Exception
{
}