class Departure::NoStatusError
Used when for whatever reason we couldn't get the spawned process' status.
Public Instance Methods
message()
click to toggle source
# File lib/departure/errors.rb, line 7 def message 'Status could not be retrieved'.freeze end