StorageInvalidException

StorageInvalidException

implements Error

Constructor

new StorageInvalidException(message)

Source:
storage 无效异常
Parameters:
Name Type Description
message string 错误信息

Members

message :string

Source:
异常信息
Type:
  • string

name :string

Source:
Default Value:
  • 'StorageInvalidException'
异常名称,用于 catch 后根据异常名称来处理对应逻辑
Type:
  • string