class Vissen::Output::ContextError

Context errors occur when two components of the output stack are used together even though they do not share the same context.

Public Class Methods

new(msg = 'The context of the given object does not match') click to toggle source

@param msg [String] the error messge.

Calls superclass method
# File lib/vissen/output/context_error.rb, line 9
def initialize(msg = 'The context of the given object does not match')
  super
end