class Crabfarm::BinaryMissingError
Attributes
binary[RW]
path[RW]
Public Class Methods
new(_binary, _path)
click to toggle source
Calls superclass method
# File lib/crabfarm/errors.rb, line 12 def initialize(_binary, _path) @binary = _binary @path = _path super "Could not find a suitable version of #{@binary}" end