Exception: Xeme::Exception::InvalidNestType

Inherits:
Xeme::Exception show all
Defined in:
lib/xeme.rb

Overview

Raised when a xeme will not allow a specific type of xeme to be nested in itself.

Constant Summary collapse

KEY =
'invalid-nest-type'

Instance Attribute Summary

Attributes inherited from Xeme::Exception

#detail

Method Summary

Methods inherited from Xeme::Exception

#initialize, #message

Constructor Details

This class inherits a constructor from Xeme::Exception