예제 #1
0
 public function __construct($message = 'MNS Exception')
 {
     parent::__construct($message);
 }
예제 #2
0
 public function __construct($message = 'Serializer Exception')
 {
     parent::__construct($message);
 }
예제 #3
0
 public function __construct($message = 'Attribute Exception')
 {
     parent::__construct($message);
 }
예제 #4
0
 public function __construct($message = 'Callback Exception')
 {
     parent::__construct($message);
 }
예제 #5
0
 public function __construct($expectedMac, $calculatedMac)
 {
     parent::__construct("Invalid Mac expected {$expectedMac} got {$calculatedMac}");
 }