Exception: Fluere::StubbedPathOnlyError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/fluere/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeStubbedPathOnlyError

Returns a new instance of StubbedPathOnlyError.



3
4
5
# File 'lib/fluere/exceptions.rb', line 3

def initialize
  super("Fluere must be stubbed when executing this code path.")
end