Hi everyone,
I've found this in Sequel source

(
  # Exception class raised when +require_modification+ is set and an UPDATE 
or DELETE statement to modify the dataset doesn't
  # modify a single row.
  NoExistingObject = Class.new(Error)
).name


and I am just curious if there's any benefit compared to standard

class NoExistingObject < Error; end


Thank you

Petr

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/e1d3f107-3424-4609-b11b-1ca5a9f2d3f0%40googlegroups.com.

Reply via email to