Method: SFRP::Raw::IllegalSideEffectError#message

Defined in:
lib/sfrp/raw/exception.rb

#messageObject



35
36
37
# File 'lib/sfrp/raw/exception.rb', line 35

def message
  "Don't call side-effect function '#{@target_str}'"
end