Exception: U3dCore::Interface::UIError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/u3d_core/ui/interface.rb

Overview

raised from user_error!

Errors: Different kinds of exceptions collapse

Errors: Different kinds of exceptions collapse

Constructor Details

#initialize(show_github_issues: false) ⇒ UIError

Returns a new instance of UIError.



147
148
149
150
# File 'lib/u3d_core/ui/interface.rb', line 147

def initialize(show_github_issues: false)
  super
  @show_github_issues = show_github_issues
end

Instance Attribute Details

#show_github_issuesObject (readonly)

Returns the value of attribute show_github_issues.



145
146
147
# File 'lib/u3d_core/ui/interface.rb', line 145

def show_github_issues
  @show_github_issues
end