Exception: Pbbuilder::MergeError
- Inherits:
-
StandardError
- Object
- StandardError
- Pbbuilder::MergeError
- Defined in:
- lib/pbbuilder/errors.rb
Class Method Summary collapse
Class Method Details
.build(current_value, updates) ⇒ Object
5 6 7 8 |
# File 'lib/pbbuilder/errors.rb', line 5 def self.build(current_value, updates) = "Can't merge #{updates.inspect} into #{current_value.inspect}" self.new() end |