Вход Регистрация
Файл: Source/auth/Social/Exception.php
Строк: 24
<?php

class Social_Exception extends Exception
{
    public function 
__construct$message$code 1Exception $previous null ) {
        if ( 
version_comparePHP_VERSION'5.3.0''>=' ) && ($previous instanceof Exception) ) {
            
parent::__construct"SocialAuthException: " $message$code$previous );
        }
        else{
            
parent::__construct"SocialAuthException: " $message$code );
        }

    }

    public function 
__toString() {
        return 
__CLASS__ ": [{$this->code}]: {$this->message}n";
    }
}
Онлайн: 2
Реклама