Skip to content

Commit

Permalink
Update lib/couchbase-orm/proxies/bucket_proxy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienVoreiter authored Sep 8, 2022
1 parent 696e332 commit de0ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/couchbase-orm/proxies/bucket_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module CouchbaseOrm
class BucketProxy
def initialize(proxyfied)
raise "Must proxy a non nil object" if proxyfied.nil?
raise ArgumentError, "Must proxy a non nil object" if proxyfied.nil?

@proxyfied = proxyfied

Expand Down

0 comments on commit de0ef2e

Please sign in to comment.