for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace W2w\Lib\Apie\Exceptions;
/**
* @deprecated use \W2w\Lib\ApieObjectAccessNormalizer\Exceptions\NameNotFoundException
*/
class NameNotFoundException extends \W2w\Lib\ApieObjectAccessNormalizer\Exceptions\NameNotFoundException
{
}