class EvalIn::EmptyCodeError

Raised when EvalIn.{EvalIn.eval} is given blank or whitespace-only code.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/eval-in/exceptions.rb, line 24
def initialize
  super "The code may not be empty"
end