The SIGPIPE signal is sent to a process when it attempts to write to a pipe without a process connected to the other end.
public const SIGPIPE = 'SIGPIPE';