Skip to content

Commit

Permalink
HiArtException - changed user-friendly message
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Jan 14, 2016
1 parent f9cb92b commit b69881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HiArtException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ class HiArtException extends \yii\db\Exception
*/
public function getName()
{
return 'HiArt active record exception';
return 'Data transport error';
}
}

0 comments on commit b69881a

Please sign in to comment.