stats/src/lib/math/exceptions.cr

8 lines
120 B
Crystal

module Math
# :nodoc:
class SuperiorityError < Exception; end
# :nodoc:
class DomainError < Exception; end
end