Exception: Pindo::Informative

Inherits:
PlainInformative show all
Defined in:
lib/pindo/base/informative.rb

Overview

Pindo 的标准异常类,带有红色错误消息格式用于所有需要向用户显示错误信息的场景

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/pindo/base/informative.rb', line 7

def message
  "[!] #{super}".red
end