Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • Result
  • Smtp

Exceptions

  • CreateException
  • Exception
  • RecipientUnknownException
  • SmtpException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class RecipientUnknownException

Exception used when some recipients' addresses do not exist.

Exception
Extended by Jyxo\Exception
Extended by Jyxo\Mail\Sender\Exception
Extended by Jyxo\Mail\Sender\RecipientUnknownException
Namespace: Jyxo\Mail\Sender
Category: Jyxo
Package: Jyxo\Mail
Subpackage: Sender
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Mail/Sender/RecipientUnknownException.php
Methods summary
public
# __construct( string $message = null, integer $code = 0, array $list = array() )

Creates an exception.

Creates an exception.

Parameters

$message
string
Exception message
$code
integer
Exception code
$list
array
List of non-existent addresses
public array
# getList( )

Returns the list of non-existent addresses.

Returns the list of non-existent addresses.

Returns

array
Methods inherited from Jyxo\Exception
getAllPrevious()
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Jyxo PHP Library API documentation generated by ApiGen 2.3.0