Submit
Path:
~
/
home
/
getwphos
/
www
/
radkingpanels
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
oauth
/
tokens
/
File Content:
failed-storage-exception.php
<?php namespace Yoast\WP\SEO\Exceptions\OAuth\Tokens; use Exception; /** * Class Failed_Storage_Exception */ class Failed_Storage_Exception extends Exception { public const DEFAULT_MESSAGE = 'Token storing failed. Please try again.'; /** * Failed_Storage_Exception constructor. * * @param string $reason The reason why token storage failed. Optional. */ public function __construct( $reason = '' ) { $message = ( $reason ) ? \sprintf( 'Token storing failed. Reason: %s. Please try again', $reason ) : self::DEFAULT_MESSAGE; parent::__construct( $message, 500 ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
empty-property-exception.php
437 bytes
0644
empty-token-exception.php
316 bytes
0644
failed-storage-exception.php
590 bytes
0644
N4ST4R_ID | Naxtarrr