pyrmont/taipo

View on GitHub
lib/taipo/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'taipo/exceptions/name_error'
require 'taipo/exceptions/syntax_error'
require 'taipo/exceptions/type_error'

module Taipo
end