summaryrefslogtreecommitdiffstats
path: root/test/lib/mocha/expectation_error.rb
blob: c01482e637abd3d3d1ae3ace5fd497fdf058f91d (plain)
1
2
3
4
5
6
module Mocha

  class ExpectationError < StandardError
  end
  
end