Exception: ShellOpts::CompilerError

Inherits:
ShellOptsError show all
Defined in:
lib/shellopts.rb

Overview

ShellOptsErrors during compilation. These errors are caused by syntax errors in the source. Messages are formatted as ‘<file> <lineno>:<charno> <message>’ when handled by ShellOpts

Direct Known Subclasses

AnalyzerError, LexerError, ParserError

Instance Attribute Summary

Attributes inherited from ShellOptsError

#token

Method Summary

Methods inherited from ShellOptsError

#initialize

Constructor Details

This class inherits a constructor from ShellOpts::ShellOptsError