OSDN Git Service

Squashed commit of the following: Swiftに変換した
[kcd/KCD.git] / KCD / FailedCommand.swift
1 //
2 //  FailedCommand.swift
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2017/01/08.
6 //  Copyright © 2017年 Hori,Masaki. All rights reserved.
7 //
8
9 import Cocoa
10
11 class FailedCommand: JSONCommand {
12     override func execute() {
13         print("Fail API comand -> \(api)\nparameter -> \(arguments)\njson -> \(json)")
14     }
15 }