mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5 lines
172 B
Ruby
5 lines
172 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# raises a load error typical of the dynamic code that manually raises load errors
|
||
|
raise LoadError, "required gem not present kind of error"
|