Exception: Xeme::Exception::CannotNestNonadvisory

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

Overview

Raised when an attempt is made to nest a non-advisory xeme in an advisory xeme.

Constant Summary collapse

KEY =
'cannot-nest-non-advisory-in-advisory'

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