module Moromi::Error::InformationBuildable
Public Class Methods
new(controller)
click to toggle source
# File lib/moromi/error/information_buildable.rb, line 4 def initialize(controller) raise NotImplementedError end
Public Instance Methods
build()
click to toggle source
# File lib/moromi/error/information_buildable.rb, line 8 def build raise NotImplementedError end