brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Change error classes parents #288

Closed alexander-lazarov closed 6 years ago

alexander-lazarov commented 6 years ago

This is a fairly minor and cosmetic fix. Both ArrayTypeError and DisparityClassesErrorclasses should be descendants of the StandardError class. The best fit IMHO is ArgumentError.

brendon commented 6 years ago

I agree :) Looks good to me :) I won't release a new gem for this unless you need it. Let me know.

alexander-lazarov commented 6 years ago

Thank you for the fast merge :) absolutely no need to release a new version