class Fluere::StubbedPathOnlyError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/fluere/exceptions.rb, line 3
def initialize
  super("Fluere must be stubbed when executing this code path.")
end