class X::IO::BinaryMode does X::IO isException { } 

Thrown from certain IO::Handle methods if the handle is in binary mode.

A typical error message is

 Cannot do 'comb' on a handle in binary mode. 

Methods§

method trying§

Returns a string describing the failed operation; in this example, comb.

close