class Mahoujin::Atoms::Exception
Attributes
content[R]
Public Class Methods
new(content)
click to toggle source
# File lib/mahoujin/atoms/exception.rb, line 6 def initialize(content) @content = content.freeze end