for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DMT\Insolvency\Exception;
use RuntimeException;
/**
* Class NotFoundException
*
* Thrown when the requested data is not found or an empty list is returned.
*/
class NotFoundException extends RuntimeException implements Exception
{
}