for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Xoco70\LaravelTournaments\Exceptions;
class DuplicatedFighterException extends \Exception
{
public $message;
/**
* TreeGenerationException constructor.
*
* @param string
*/
public function __construct($msg)
$this->message = $msg;
}