Exception: Markbridge::Parsers::BBCode::MaxDepthExceededError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/markbridge/parsers/bbcode/errors/max_depth_exceeded_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(max) ⇒ MaxDepthExceededError

Returns a new instance of MaxDepthExceededError.



7
8
9
# File 'lib/markbridge/parsers/bbcode/errors/max_depth_exceeded_error.rb', line 7

def initialize(max)
  super("maximum parsing depth (#{max}) exceeded")
end