Exception: Lox::DividedByZeroError

Inherits:
RunError
  • Object
show all
Defined in:
lib/loxby/helpers/errors.rb

Overview

A loxby error class raised when a number is divided by zero.

Instance Attribute Summary

Attributes inherited from RunError

#token

Method Summary

Methods inherited from RunError

#initialize

Constructor Details

This class inherits a constructor from Lox::RunError