pyrmont/taipo

View on GitHub
lib/taipo/exceptions/syntax_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Taipo
  
  # An exception raised when there is an error in the syntax of a type 
  # definition
  #
  # @since 1.0.0
  class SyntaxError < ::StandardError
  end
end