4 Zeilen
122 B
Ruby
4 Zeilen
122 B
Ruby
|
module CustomWizard
|
||
|
class SprocketsFileNotFound < StandardError; end
|
||
|
class SprocketsEmptyPath < StandardError; end
|
||
|
end
|