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.



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

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

Instance Attribute Details

#show_github_issuesObject (readonly)

Returns the value of attribute show_github_issues.



143
144
145
# File 'lib/u3d_core/ui/interface.rb', line 143

def show_github_issues
  @show_github_issues
end