class BrainFuckError

Overview

Overrides expection to call a custom BrainFuckError. Currently used just to handle the case where an improper command passed in the -d or --data flag

Defined in:

interpreter.cr

Constructors

Constructor Detail

def self.new(msg) #

[View source]