Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing definition of UnsupportedError #2

Open
iongion opened this issue Jun 29, 2015 · 0 comments
Open

Missing definition of UnsupportedError #2

iongion opened this issue Jun 29, 2015 · 0 comments

Comments

@iongion
Copy link

iongion commented Jun 29, 2015

I think there is missing class definition for UnsupportedError.
I was not able to find where UnsupportedError is defined as it is raised in:

  • lib/alf/sequel/unit_of_work/update.rb
  • lib/alf/sequel/unit_of_work/insert.rb

But did not find it in any of the git submodules starting from 0.14 to current
My resolution was adding it as this:

module Alf
  module Sequel
    module UnitOfWork
      class UnsupportedError < StandardError
      end
    end
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant