error?

checks if given value is of type :error


Parameters

error? value :any

Returns

  • :logical

Examples

copy
error? try -> throw "Some Error" ; => true

Related