Skip to content

Instantly share code, notes, and snippets.

View maxpou's full-sized avatar
🌏
remote

Maxence Poutord maxpou

🌏
remote
View GitHub Profile
<?php
namespace Bim\Bam\BingoEnum;
use Symfony\Component\Validator\Exception\InvalidArgumentException;
abstract class BeerErrorCode
{
const BARRELEMPTY = 4;
const SERVICESTOP = 8;