LoginRadius / php-sdk

The LoginRadius PHP library will let you integrate LoginRadius' customer identity platform with your PHP application(s).
https://www.loginradius.com
MIT License
26 stars 38 forks source link

Changing echo to PHP Exception #1

Closed Shaked closed 6 years ago

Shaked commented 11 years ago

I have changed the way the class handle php.ini configuration failure to throw an exception. This way it will be easy for developers to catch the error and update their system if needed instead of showing a text in a live environment.

Agarwal-Sudhanshu commented 6 years ago

Hi, Thanks for your inputs, echo has been changed to exceptions in our recent releases.