Method: Shattered::MetaMethodError#initialize

Defined in:
lib/shattered_support/error.rb

#initialize(error, message) ⇒ MetaMethodError

Returns a new instance of MetaMethodError.



7
8
9
10
# File 'lib/shattered_support/error.rb', line 7

def initialize(error, message)
  self.message = message
  set_backtrace error.backtrace
end