thrownewInvalidArgumentException(\sprintf('Invalid option specified: "%s". Expected one of (%s).',$option,implode(', ',array_keys(self::AVAILABLE_OPTIONS))));
thrownewInvalidArgumentException(\sprintf('Invalid "%s" color; expected one of (%s).',$color,implode(', ',array_merge(array_keys(self::COLORS),array_keys(self::BRIGHT_COLORS)))));