for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://github.com/flipbox/skeleton/blob/master/LICENSE
* @link https://github.com/flipbox/skeleton
*/
namespace Flipbox\Skeleton\Exceptions;
* @author Flipbox Factory <[email protected]>
* @since 2.0.0
class InvalidCollectionItemException extends \Exception
{
* @return string
public function getName()
return 'Invalid Collection Item Exception';
}