eugene-matvejev/battleship-game-api

View on GitHub
src/GameBundle/Exception/GameProcessorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace EM\GameBundle\Exception;

/**
 * @since 20.3
 */
class GameProcessorException extends \Exception
{
}