for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rottenwood\KingdomBundle\Exception;
/** {@inheritDoc} */
class WrongSlot extends \Exception
{
/**
* @param string $slot
*/
public function __construct($slot)
parent::__construct(sprintf('Слот "%s" не существует или не разрешен для данного предмета', $slot));
}