manorie/textoken

View on GitHub
lib/textoken/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Textoken
  class ExpressionError < Exception
  end

  class TypeError < Exception
  end
end