No Main Function
rascal-0.41.2
Synopsis
Rascal program does not provide a main function.
Types
data RuntimeException = NoMainFunction(str message);
Usage
import Exception; (only needed when NoMainFunction is used in catch)
Description
Thrown when executing a Rascal program that does not declare a main function.