pyrmont/taipo

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

Summary

Maintainability
A
0 mins
Test Coverage
module Taipo
  
  # An exception raised when the type of a given argument does not match the
  # given type definition
  #
  # @since 1.0.0
  class TypeError < TypeError
  end
end