Sha256: ae111e22bf1d1366ac791cd54ffd43ea07619673e83341054ce7217b1efde748
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
module MavenHelperScript class InvalidCommandException < Exception def initialize(commands, failedCommand) @commands = commands @failedCommand = failedCommand end def commands return @commands end def failedCommand return @failedCommand end end end
Version data entries
5 entries across 5 versions & 1 rubygems