newmen/versatile-diamond

View on GitHub
analyzer/lib/errors/syntax_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module VersatileDiamond
  module Errors

    # Implements exception for raising when found syntax error
    class SyntaxError < InterpreterError
    end

  end
end